maros.studenicM
Convex Community2y ago
2 replies
maros.studenic

react native outdated quickstart - remove react-native-dotenv

This is not issue but documentation update recommendation.
I was started project with react native quick setup, but with expo version 0.51, where react-native-dotenv is not supported it started with error. It only started expo initial screen. Not the acctual app.

Problem was solved with removing react-native-dotenv, using basic process.env.ENV_NAME variables instead.

And also I had to run
npx expo start -c

Happy hacking
Was this page helpful?