Closed fxhereng closed 8 years ago
Do you have a dependency on compile 'com.android.support:appcompat-v7:23.0.1' in your app/build.gradle ?
I just tried with 0.18-rc and it seems to be working properly (react-native init {projectName} -> then follow installation instructions). Not sure if this is due to 0.17 differences.
My bad, I had only compile 'com.android.support:appcompat-v7:23.1.1'
and it's also necesary to add:
compile 'com.android.support:design:23.1.1'
It's fixed now, thanks for helping :+1:
Officially your RN app should use 23.0.1 compat lib (in sync with the 23.0.1 build tools). But if it works for you, it's great :smile:
As the title says, the app crashes for me (using react 0.17) :
Here is my code: