Respond to a built-in error for Android: cannot find character

I tried to create an example open source project:

https://github.com/wix/react-native-wordpress-editor/tree/master/example

But I ran into this error after starting up. / react -native run-android

D:\e\example\node_modules\react-native-navigation\android\app\src\main\java\com\reactnativenavigation\NavigationApplica ion.java:7: Error: cannot find symbol import com.facebook.react.ReactApplication; ^ 

Does anyone know what is going on?

+5
source share
1 answer

Must follow the third reproduction of this issue. This mainly helps to set up a rich editor.

https://github.com/wix/react-native-wordpress-editor/issues/6

0
source

All Articles