Skip to content

Commit

Permalink
Using the public class for lazy loading the module (#197)
Browse files Browse the repository at this point in the history
Check this blog for more information on Lazy loading the native modules http://blog.nparashuram.com/2019/04/lazy-native-modules-react-native-android.html
  • Loading branch information
raghav-mylagary authored and PierreCapo committed Oct 26, 2019
1 parent fb00476 commit e0c50ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* Created by almouro on 19/11/15.
* Updated by Cristiano on 2019-05-12
*/
class ImageResizerModule extends ReactContextBaseJavaModule {
public class ImageResizerModule extends ReactContextBaseJavaModule {
private Context context;

public ImageResizerModule(ReactApplicationContext reactContext) {
Expand Down

0 comments on commit e0c50ea

Please sign in to comment.