Hello,
I've rnpm-installed this component in my React app, and modified various files based on the Demo app example you've provided. But my java compilation step is failing:
RNVitamioView:compileReleaseJavaWithJavac
/Users/webfreelance10/eaplay_good/node_modules/react-native-android-vitamio/src/main/java/com/RNVitamioView/VitamioViewManager.java:8: error: cannot find symbol
import com.facebook.react.uimanager.BaseViewPropertyApplicator;
^
symbol: class BaseViewPropertyApplicator
location: package com.facebook.react.uimanager
/Users/webfreelance10/eaplay_good/node_modules/react-native-android-vitamio/src/main/java/com/RNVitamioView/VitamioViewManager.java:9: error: cannot find symbol
import com.facebook.react.uimanager.CatalystStylesDiffMap;
^
symbol: class CatalystStylesDiffMap
location: package com.facebook.react.uimanager
2 errors
:RNVitamioView:compileReleaseJavaWithJavac FAILED
Here are my versions of React:
$ react-native --version
react-native-cli: 0.2.0
react-native: 0.26.2
Please advise, thanks.
Hello,
I've rnpm-installed this component in my React app, and modified various files based on the Demo app example you've provided. But my java compilation step is failing:
RNVitamioView:compileReleaseJavaWithJavac
/Users/webfreelance10/eaplay_good/node_modules/react-native-android-vitamio/src/main/java/com/RNVitamioView/VitamioViewManager.java:8: error: cannot find symbol
import com.facebook.react.uimanager.BaseViewPropertyApplicator;
^
symbol: class BaseViewPropertyApplicator
location: package com.facebook.react.uimanager
/Users/webfreelance10/eaplay_good/node_modules/react-native-android-vitamio/src/main/java/com/RNVitamioView/VitamioViewManager.java:9: error: cannot find symbol
import com.facebook.react.uimanager.CatalystStylesDiffMap;
^
symbol: class CatalystStylesDiffMap
location: package com.facebook.react.uimanager
2 errors
:RNVitamioView:compileReleaseJavaWithJavac FAILED
Here are my versions of React:
$ react-native --version
react-native-cli: 0.2.0
react-native: 0.26.2
Please advise, thanks.