benevbright/react-navigation-collapsible

Project is using deprecated .expo.* file extensions

Closed this issue ยท 3 comments

Information

  • react-native version: 0.64.2 (expo SDK 43)
  • react-navigation version: "@react-navigation/native": "^6.0.6"
  • react-navigation-collapsible version: 6.2.0
  • Platform (iOS/Android): N/A
  • react-native init or Expo: Expo

Detail

Updated to Expo SDK 43 and see the following error while running expo upgrade:

โœ– Found project files with deprecated features
Project is using deprecated .expo.* file extensions.
Please refactor the following files and upgrade modules accordingly:

- /Users/test/node_modules/react-navigation-collapsible/lib/src/platform/index.expo.js

Dangerously disable this check with EXPO_LEGACY_IMPORTS=1
Learn more: http://expo.fyi/expo-extension-migration

I had followed this guide before. https://github.com/expo/fyi/blob/master/deprecated-globals.md#-solution

and yes, it's been deprecated again?? lol. https://github.com/expo/fyi/blob/master/expo-extension-migration.md

Thanks. I'll update it soon.

fixed in 6.3.0. thanks again for reporting.

Thanks for the quick fix!