Skip to content

Latest commit

 

History

History

example

Example - react-native-star-io10

These samples includes following functions.

Usage

The following example is for the printing function.

yarn install
cp samples/printing(or another function)/App.tsx ./

iOS

cd ios
pod update
cd ..
npx react-native run-ios

Android

npx react-native run-android

Windows

npx react-native run-windows

⚠️ If the build fails, please refer to "What should I do when Windows sample app build fails" on this page.