This is a new React Native project, bootstrapped using @react-native-community/cli.
An extension executor for iOS, allowing bypass of UIActivityViewController to execute both UI and non-UI action extensions directly.
Note: Make sure you have completed the setup Add LNExtensionExecutor Package to iOS
Note: To start Metro, run the following command from the root of your React Native project:
# using npm
npm start
# OR using Yarn
yarn startNote: Let Metro Bundler run in its own terminal. Open a new terminal from the root of your React Native project. Run the following command to start your Android or iOS app:
# using npm
npm run android
# OR using Yarn
yarn android# using npm
npm run ios
# OR using Yarn
yarn ios