DAB0mB/ReactNativeMeteorBoilerplate

Can't find variable: self on IOS device

Closed this issue · 1 comments

Steps ro reproduce the problem:

git clone https://github.com/DAB0mB/ReactNativeMeteorBoilerplate
cd ReactNativeMeteorBoilerplate
npm install
cd api
meteor add accounts-facebook
cd ..
npm install @babel/runtime@v7.0.0-beta.55
change api/server/main.js line 3 to "import { setApplicationPrefix } from 'react-native-
meteor-polyfills/server';"
npm run meteor-bundle-client
npm run api
npm start

and the error:
Can't find variable: self on IOS device

index.js:76:22

I dont know why...

Thx
P.

Fixed by #10