Jay Hack

Results 3 comments of Jay Hack

Hey all, setting `useNativeDriver: false` in `index.js` solved this for us. I've forked the repo and you can install from here: ``` ~$: npm install git+ssh://github.com/jayhack/react-native-modalbox ``` Cheers! 🍻

I have the same issue - person scrapes return a bunch of nulls

As @PayalDinc mentioned, adding the pod for version 2.0 seems to work. WORKS: ``` pod "Mobile-Buy-SDK", '~> 2.0' ``` NOT WORKS: ``` pod "Mobile-Buy-SDK" // installs a newer version that...