expo

Expo Location geofencing not working on standalone devices IOS

夙愿已清 提交于 2020-12-08 00:47:55
问题 I am unable to run Location.startGeofencingAsync on standalone devices but it is running perfectly fine on simulator. This function gets triggered on Simulator and I can see the logs within this function but as soon as I switch to standalone device, It does not work. Here is the error I am constantly getting when running on the standalone device Error: Invalid parameter not satisfying: !stayUp || CLClientIsBackgroundable(internal->fClient) || _CFMZEnabled() Any help would be much appreciated.

Expo Location geofencing not working on standalone devices IOS

与世无争的帅哥 提交于 2020-12-08 00:47:50
问题 I am unable to run Location.startGeofencingAsync on standalone devices but it is running perfectly fine on simulator. This function gets triggered on Simulator and I can see the logs within this function but as soon as I switch to standalone device, It does not work. Here is the error I am constantly getting when running on the standalone device Error: Invalid parameter not satisfying: !stayUp || CLClientIsBackgroundable(internal->fClient) || _CFMZEnabled() Any help would be much appreciated.

react native downloading javascript bundle 100% stuck

余生长醉 提交于 2020-12-01 08:20:30
问题 when I am trying to execute npm start it works fine, but when i try to run my application by expo the process goes till 100% and after that nothing happens. I am not getting what is exact issue over there. I am having following things in package.json.... please help me to resolve this issue. { "name": "ProMeeting", "version": "0.1.0", "private": true, "devDependencies": { "jest-expo": "~29.0.0", "react-native-scripts": "^1.14.0", "react-test-renderer": "16.3.1" }, "main": "./node_modules

How to Encrypt data in React native (Using Expo)

 ̄綄美尐妖づ 提交于 2020-11-29 10:29:11
问题 I'm trying to simply encrypt a message using a given key and iV. I've tried several libraries to achieve this but Expo isn't compatible with any of them. I couldn't find any encryption libraries for Expo ( That support AES ). I guess my question is : How do I encrypt data in React Native running Expo Ps : I am not interested in expo-crypto 回答1: Another possibility (what I did) is to use the CryptoES library. https://www.npmjs.com/package/crypto-es After long search I found it, it is a

Expo: “auth/operation-not-supported-in-this-enviroment”

会有一股神秘感。 提交于 2020-11-29 08:57:52
问题 I develop a react-native (expo) mobile app and try to sign in with a google account to firebase, but I get an error: "auth/operation-not-supported-in-this-enviroment. This operation is not supported in the enviroment this application is running on. "location.protocol" must be http, https or chrome-extension and web storage must be enabled" Code: loginGoogle() { var provider = new firebase.auth.GoogleAuthProvider(); provider.addScope('profile'); provider.addScope('email'); firebase.auth()

Expo: “auth/operation-not-supported-in-this-enviroment”

扶醉桌前 提交于 2020-11-29 08:57:09
问题 I develop a react-native (expo) mobile app and try to sign in with a google account to firebase, but I get an error: "auth/operation-not-supported-in-this-enviroment. This operation is not supported in the enviroment this application is running on. "location.protocol" must be http, https or chrome-extension and web storage must be enabled" Code: loginGoogle() { var provider = new firebase.auth.GoogleAuthProvider(); provider.addScope('profile'); provider.addScope('email'); firebase.auth()

Expo: “auth/operation-not-supported-in-this-enviroment”

断了今生、忘了曾经 提交于 2020-11-29 08:56:26
问题 I develop a react-native (expo) mobile app and try to sign in with a google account to firebase, but I get an error: "auth/operation-not-supported-in-this-enviroment. This operation is not supported in the enviroment this application is running on. "location.protocol" must be http, https or chrome-extension and web storage must be enabled" Code: loginGoogle() { var provider = new firebase.auth.GoogleAuthProvider(); provider.addScope('profile'); provider.addScope('email'); firebase.auth()

Expo: “auth/operation-not-supported-in-this-enviroment”

社会主义新天地 提交于 2020-11-29 08:56:09
问题 I develop a react-native (expo) mobile app and try to sign in with a google account to firebase, but I get an error: "auth/operation-not-supported-in-this-enviroment. This operation is not supported in the enviroment this application is running on. "location.protocol" must be http, https or chrome-extension and web storage must be enabled" Code: loginGoogle() { var provider = new firebase.auth.GoogleAuthProvider(); provider.addScope('profile'); provider.addScope('email'); firebase.auth()