Zhen Liu
Zhen Liu

Reputation: 7932

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?

Upvotes: 7

Views: 5420

Answers (1)

Zhen Liu
Zhen Liu

Reputation: 7932

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

Upvotes: 1

Related Questions