The library looks very useful, but has no support for recent react-native versions. For instance: entry point for native modules in RN >=0.29 is no longer MainActivity.java. In this case, it needs to access current activity from MainApplication.java. I tried a number of things to use getCurrentActivity in DesignSupportPackage for replacing DesignSupportPackage(this) with DesignSupportPackage(), but no luck.
some tips can be found here:
https://github.com/facebook/react-native/releases/tag/v0.29.0
The library looks very useful, but has no support for recent react-native versions. For instance: entry point for native modules in RN >=0.29 is no longer MainActivity.java. In this case, it needs to access current activity from MainApplication.java. I tried a number of things to use getCurrentActivity in DesignSupportPackage for replacing DesignSupportPackage(this) with DesignSupportPackage(), but no luck.
some tips can be found here:
https://github.com/facebook/react-native/releases/tag/v0.29.0