-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Part10a,b,c,d: Update Part-10 instructions, links, library version #3862
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: source
Are you sure you want to change the base?
Conversation
for the error prop to work, the TextInput component must be of react-native-paper. TextInput of react-native doesn't have error prop
useAuthStorage.js and useSignIn.js are in the same directory: src/hooks
update sentence to: "SecureStore is similar to AsyncStorage as a form of persisted storage, but it encrypts the stored data."
- "a quite" + "quite a"
updated link: https://docs.expo.dev/build/setup/
latest jest-expo is v51 and is not compatible with expo SDK 50
|
Hi! I'm not sure if this is of any help, but I installed
as recommended by the official docs. I continued to use |
is your project's Expo SDK v50? |
Yes, I used v50, and when installing with I'm not very knowledgeable about this though, so there might well be a better way |
|
Are u using the Expo Go app to test ur app? if so, what's the client version? |
I've used both Expo Go app on Android and the emulator. The client version that works with SDK v50 is 2.30.11. I've initially installed the app directly from the Play Store, but I got the warning that the latest version is incompatible with SDK 50 so I reinstalled with the older version (I think the app even provided me with the link that first time). One sneaky thing is that app updates are on by default, so the old version would get overwritten before next startup (or overnight, not sure which). So I had to disable automatic updates on the app's Play Store page. |
react-nativedoesn't have error propreact-native-paperhave error propjest-expoinstall instruction in part10d.mdjest-expo@^50.0.0