Anh Hoang Tuan
Anh Hoang Tuan
Same problem. Ad is show up on emulator (Genymotion) but not on real device (debug.apk) !
Me too. In RN v0.63.4; RNFirebase 11.3.3.
> @zhangtyps I don't know for sure if you can use a GUI in the free version of OpenVPN. But to me, it seems unlikely, as port 943 is the...
`AsyncStorage` data can be access/read from device.Read [here](https://stackoverflow.com/questions/38397136/is-asyncstorage-secure) On device (iPhone), I can backup all data into iTunes then use some tool to extract and read data in app, ex:...
Not work for me, too ! Same problem in UIViewController in UINavigationController. Swift 2.2, XCode 7.3.1, OSX 10.11.5
I have same issue: ``` func initReachabilityForServer() { do { self.reachabilityForServer = try Reachability(hostname: "myserver.com") } catch ReachabilityError.FailedToCreateWithAddress(let address) { print("Unable to create\nReachability with address:\n\(address)") return } catch {} NSNotificationCenter.defaultCenter().addObserver(self,...
You should develope RN on host machine