shopify-react-native-performance-navigation-bottom-tabs is an extension library atop @shopify/react-native-performance-navigation with additional helper methods for @react-navigation/bottom-tabs library.
Installation
-
Add the JavaScript library dependency in the
package.jsonfile: -
Add the Babel module resolver plugin to the
devDependenciessection in thepackage.jsonfile: -
Configure an alias for
@amazon-devices/shopify__react-native-performance*in thepluginsection of thebabel.config.jsfile. -
For projects using libraries (where represents specific components like
stackornative), include these libraries in both thedependenciesandoverridessections of your package.json file. It is strongly recommended to upgrade to , which introduces@amazon-devices/react-native-reanimatedsupport for enhanced performance and animations. -
Reinstall dependencies using
npm installcommand.

