-
Notifications
You must be signed in to change notification settings - Fork 314
Error: Import libraries to android "rnpm link" #37
Comments
I have same error |
+1 |
+1 same error, I hope it can be fixed so that we can continue development. Thanks! |
You can apply the quick fix below:
Hope this help! |
Or just use |
getting same error. |
Same for me getting errors still |
Strange, MainApplication thingy has been fixed in 0.29-rc2: facebook/react-native@3c8a2ee |
Srry, mb. I just |
I use following steps to fix this problem:
then use react-native run-android, it is working. |
I'd recommend to use |
Guys, How can I remove the rnpm's things here? Is it possible now? Here solved the problem like @hieudole told us but, I'm not quite happy with that. It seems that before long it will crash again |
|
@hieudole, How do we do this in Expo app, since my android packages not present in project directory? |
@kssujithcj AFAIK Expo app doesn't support custom native modules |
The line of code
import com.psykar.cookiemanager.CookieManagerPackage;
should be placed in the MainApplication.java file instead of MainActivity.javaThe text was updated successfully, but these errors were encountered: