react-native-website icon indicating copy to clipboard operation
react-native-website copied to clipboard

Remove new architecture warning

Open brentvatne opened this issue 1 year ago • 3 comments

This was possible in Expo SDK 47 and is supported by all Expo modules in SDK 48, and developers can use the Expo Modules API to create modules that work with the new architecture by default. You can also enable the new architecture when using prebuild with the newArchEnabled property in expo-build-properties. You can create an app that uses the new architecture out of the box with npx create-expo-app@latest -e with-new-arch

brentvatne avatar Apr 24 '23 19:04 brentvatne