7

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?

3
  • stackoverflow.com/questions/34995079/… Commented Dec 14, 2016 at 11:40
  • Having the same issue..how did you solve it? Commented Apr 6, 2017 at 12:51
  • Go to their github. I sent an issue where I answered myself. In there, i specified the detailed steps that are required for run-android Commented Apr 6, 2017 at 14:30

1 Answer 1

1

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

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.