Open latekvo opened 1 week ago
Adds fabric support to the example app. To use fabric, set the optional FABRIC_ENABLED environment variable to 1 during yarn installation.
fabric
FABRIC_ENABLED
1
yarn
cd example
FABRIC_ENABLED=1 yarn
yarn start
Android
Android Studio
cd ios
RCT_NEW_ARCH_ENABLED=1 bundle exec pod install
iOS
XCode
bridgeless mode enabled
paper
RCT_NEW_ARCH_ENABLED=0 bundle exec pod install
Description
Adds
fabric
support to the example app. To usefabric
, set the optionalFABRIC_ENABLED
environment variable to1
duringyarn
installation.Test plan
fabric
cd example
FABRIC_ENABLED=1 yarn
yarn start
Android
viaAndroid Studio
cd ios
RCT_NEW_ARCH_ENABLED=1 bundle exec pod install
iOS
viaXCode
bridgeless mode enabled
messagepaper
cd example
yarn
yarn start
Android
viaAndroid Studio
cd ios
RCT_NEW_ARCH_ENABLED=0 bundle exec pod install
iOS
viaXCode