edwardkes
Results
1
comments of
edwardkes
@uplsoumen Sorry for replying so late. But I have indeed... You can get the React context like that: ``` ReactApplication application = (ReactApplication)(context.getApplicationContext()); ReactContext reactContext = application.getReactNativeHost() .getReactInstanceManager() .getCurrentReactContext(); ```...