1.0.0 • Published 4 years ago
react-native-toast-demo-test-tang v1.0.0
react-native-toast-demo
Getting started
$ npm install react-native-toast-demo --save
Mostly automatic installation
$ react-native link react-native-toast-demo
Manual installation
iOS
- In XCode, in the project navigator, right click
Libraries➜Add Files to [your project's name] - Go to
node_modules➜react-native-toast-demoand addRNToastDemo.xcodeproj - In XCode, in the project navigator, select your project. Add
libRNToastDemo.ato your project'sBuild Phases➜Link Binary With Libraries - Run your project (
Cmd+R)<
Usage
import RNToastDemo from 'react-native-toast-demo';
// TODO: What to do with the module?
RNToastDemo;1.0.0
4 years ago