You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 20, 2025. It is now read-only.
It appears that the line buildConfigField "String", "CODEPUSH_KEY", "EXAMPLE_STAGING_KEY" generates public static final String CODEPUSH_KEY = EXAMPLE_STAGING_KEY in BuildConfig.java
When I run react-native run-android it gives an error pertaining to it (';' expected and expected)
I followed https://github.com/Microsoft/react-native-code-push#android;
It appears that the line
buildConfigField "String", "CODEPUSH_KEY", "EXAMPLE_STAGING_KEY"generatespublic static final String CODEPUSH_KEY = EXAMPLE_STAGING_KEYin BuildConfig.javaWhen I run
react-native run-androidit gives an error pertaining to it (';' expected and expected)react-native 0.24.0
react-native-code-push 1.12.2-beta