mehcode / rn-splash-screen

A JavaScript-controlled splash-screen for React Native designed to be run directly after the native splash-screen.
MIT License
350 stars 95 forks source link

fix: onReactContextInitialized callback was not executed on UI thread #53

Closed ceichinger closed 7 years ago

ricardofbarros commented 7 years ago

This is related with #54

mehcode commented 7 years ago

Does this fix #54? @ricardofbarros / @sibelius / @ronal2do ?


Been busy but I'll get this out this evening. Thanks for the fix @ceichinger !

r0stig commented 7 years ago

Yes it does @mehcode, I've monkey patched the fix and got it working.

ronal2do commented 7 years ago

This works for me. react-native-cli: 2.0.1 react-native: 0.48.0

mehcode commented 7 years ago

Thanks for the fix @ceichinger