1.0.0 • Published 3 years ago
react-native-native-toast-frontend-alif v1.0.0
react-native-native-toast
Getting started
$ npm install react-native-native-toast --save
Mostly automatic installation
$ react-native link react-native-native-toast
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-native-toastand addRNNativeToast.xcodeproj - In XCode, in the project navigator, select your project. Add
libRNNativeToast.ato your project'sBuild Phases➜Link Binary With Libraries - Run your project (
Cmd+R)<
Usage
import RNNativeToast from 'react-native-native-toast';
// TODO: What to do with the module?
RNNativeToast;1.0.0
3 years ago