You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgraded dependencies, from which the most crucial is @babel since the newer version is needed for React-Navigation to work (react-navigation/react-navigation#7978 (comment)). Also, used TS 3.8 syntax in native-stack to resolve#449.
Attempting to compile
react-native-screens/native-stack
with theisolatedModules
flag enabled throws the following error:This is caused by this line of code:
A solution for this is to upgrade to TypeScript 3.8 and then adding the
type
keyword:Naturally, this isn't great for backwards compatibility. There are some good workarounds provided in this StackOverflow thread.
In the meantime I've turned off the option as it's not really necessary for my project, but it's the only dependency that throws this error.
The text was updated successfully, but these errors were encountered: