axemclion / react-native-cordova-plugin

Cordova Plugin Adapter for React Native
ISC License
440 stars 35 forks source link

RN 0.18+ #19

Closed niftylettuce closed 8 years ago

niftylettuce commented 8 years ago

Per #14 - this PR probably isn't ready yet since I commented out the savedInstanceState stuff - but it works for me for anyone else having this issue.

axemclion commented 8 years ago

@niftylettuce The commented code is actually required - that is how Cordova actually uses callback. Here is a commit where i try to fix it - https://github.com/axemclion/react-native-cordova-plugin/commit/76496c646881f0c875eb2129d8e463b6937cc9a8

I am not going to test it with a couple of plugins, and should publish a new version

CLosing this PR as I will be fixing this in my other commit.