I am to trying to generate android apk for react native . Going through document given at https://facebook.github.io/react-native/docs/signed-apk-android.html#content
1)Generated the keystore 2) Setting up gradle variables 3)Adding signing config to your app's gradle config # 4) Generated signed apk for releasse through android studio (build --> genrate signed apk)
I am having react .gradle in my project. But running this apk gives error java.lang.RuntimeException: ReferenceError: Can't find variable: __fbBatchedBridge (:1)