ladjs / react-native-loading-spinner-overlay

:barber: React Native loading spinner overlay
MIT License
1.59k stars 173 forks source link

missing Portal.js - react-native 0.26 #12

Closed TUNER88 closed 8 years ago

TUNER88 commented 8 years ago

Seems like Portal.js is no more part of react-native package. const Portal = require('react-native/Libraries/Portal/Portal.js'); https://github.com/niftylettuce/react-native-loading-spinner-overlay/blob/master/src/index.js#L26

simulator screen shot 19 may 2016 11 17 11

rajkissu commented 8 years ago

I have the same issue as well, +1

KaanErkol commented 8 years ago

+1

ivpusic commented 8 years ago

+1

duketwo commented 8 years ago

+1, any workaround?

Edit: https://github.com/facebook/react-native/commit/551c154261a29bd0a209bd00f7c086f80664c3ff

rajkissu commented 8 years ago

I removed the Portal dependency in PR #13, looks like Modal works just fine with Android in RN 0.26

ryanhanwu commented 8 years ago

+1

dassidas commented 8 years ago

+1

jeveloper commented 8 years ago

+1

csandeep commented 8 years ago

+1

yusufseyrek commented 8 years ago

+1

radik909 commented 8 years ago

+1

niftylettuce commented 8 years ago

Released in v0.1.1, sorry for delay, my GitHub notifications were screwed up

jeveloper commented 8 years ago

Thank you kindly !