tiagob / create-full-stack

Set up a TypeScript full stack with one command.
https://create-full-stack.com
MIT License
97 stars 9 forks source link

Fix peer dependency warning from auth0-react for react v16.13 #103

Closed tiagob closed 3 years ago

tiagob commented 4 years ago

https://github.com/auth0/auth0-react/blob/master/package.json#L92-L93

Expo v38 requires React v16.11

Expo v39 will use React v16.13 but that's not out until September https://blog.expo.io/the-expo-sdk-39-roadmap-36bf5137e8db

tiagob commented 4 years ago

https://github.com/auth0/auth0-react/issues/96

tiagob commented 3 years ago

Blocked on Auth0 publishing an update to npm