can't sign in to the app

using node j , expo

can’t log in to the app, get this error message

Animated: useNativeDriver was not specified. This is a required option and must be explicitly set to true or false

  • [native code]:null in __expoConsoleLog

  • node_modules\react-native\Libraries\LogBox\LogBox.js:36:4 in console.warn

  • node_modules\react-native\Libraries\YellowBox\YellowBox.js:162:6 in registerWarning

  • node_modules\react-native\Libraries\YellowBox\YellowBox.js:88:8 in warnImpl

  • node_modules\react-native\Libraries\YellowBox\YellowBox.js:66:4 in console.warn

  • node_modules\expo\build\environment\muteWarnings.fx.js:18:4 in warn

  • node_modules\react-native\Libraries\Animated\src\NativeAnimatedHelper.js:281:4 in shouldUseNativeDriver

  • node_modules\react-native\Libraries\Animated\src\animations\TimingAnimation.js:73:49 in constructor

  • node_modules\react-native\Libraries\Animated\src\AnimatedImplementation.js:210:26 in start

  • node_modules\react-native\Libraries\Animated\src\AnimatedImplementation.js:217:13 in start

  • node_modules\native-base\dist\src\basic\ToastContainer.js:1:5724 in closeToast

  • [native code]:null in closeToast

  • node_modules\react-native\Libraries\Core\Timers\JSTimers.js:135:14 in _callTimer

  • node_modules\react-native\Libraries\Core\Timers\JSTimers.js:387:16 in callTimers

  • node_modules\react-native\Libraries\BatchedBridge\MessageQueue.js:425:19 in __callFunction

  • node_modules\react-native\Libraries\BatchedBridge\MessageQueue.js:112:6 in __guard$argument_0

  • node_modules\react-native\Libraries\BatchedBridge\MessageQueue.js:373:10 in __guard

  • node_modules\react-native\Libraries\BatchedBridge\MessageQueue.js:111:4 in callFunctionReturnFlushedQueue

  • [native code]:null in callFunctionReturnFlushedQueue

Hey @chareen3,

Can you clarify what you mean by “app”? Your app? The Expo client?

The message you’re seeing is in reference to the version of React Native that SDK38 is using which now requires that property be set for Animated calls. Animated: `useNativeDriver` was not specified. This is a required 'option and must be explicitly set to `true` or `false` · Issue #28558 · facebook/react-native · GitHub

Cheers,
Adam

when i open the android application simulator and try in to sing or sign up , i get error in cmd and expo web client ,

Screenshot -

any reply ?

Hey @chareen3,

Sorry for the delayed response here. Can you let me know if you get the same error when trying to open a new project or if it’s specific to this one?

no idea , only try this project

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.