Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

React native android error: cannot find symbol

I was trying to build an open source react native project example:

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

But i ran into this error after running ./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;
                          ^

Anyone has any idea of whats going on?

like image 412
Zhen Liu Avatar asked Sep 15 '16 00:09

Zhen Liu


1 Answers

Should follow the third replay to this issue. Basically that helps in setting the rich editor up.

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

like image 135
Zhen Liu Avatar answered Oct 02 '22 23:10

Zhen Liu