Skip to content

Javac cannot find symbols com.facebook.react.uimanager.BaseViewPropertyApplicator, com.facebook.react.uimanager.CatalystStylesDiffMap #10

Description

@GeoffreyPlitt

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions