Nirajan Raj Pokharel
Results
1
issues of
Nirajan Raj Pokharel
### Steps to Reproduce 1. yarn add react-native-codepush 2. Add following to android/app/build.gradle `apply from: "../../node_modules/react-native-code-push/android/codepush.gradle"` 3.Add following to MainApplication.java ``` ... import com.microsoft.codepush.react.CodePush; ... @Override protected String getJSBundleFile() {...
stale