Samuel Yeh
Results
1
comments of
Samuel Yeh
I solved it. ## The Cause: I react-native is "0.39.2". OS: windows 10 Mobile platform: Android 6.0 [RN 0.33 Modify](https://github.com/facebook/react-native/commit/fbd2e139103e3d520f6dfc009d6200f8b8168e35) ``` ReactAndroid/src/main/java/com/facebook/react/bridge/ActivityEventListener.java @@ -2,17 +2,19 @@ package com.facebook.react.bridge; +import android.app.Activity;...