1.0.4 • Published 7 years ago
reactnativeyontoastlib_1 v1.0.4
reactnativeyontoastlib_1
Getting started
$ npm install reactnativeyontoastlib_1 --save
Mostly automatic installation
$ react-native link reactnativeyontoastlib_1
Manual installation
iOS
- In XCode, in the project navigator, right click
Libraries➜Add Files to [your project's name] - Go to
node_modules➜reactnativeyontoastlib_1and addRNNativeToastLibrary.xcodeproj - In XCode, in the project navigator, select your project. Add
libRNNativeToastLibrary.ato your project'sBuild Phases➜Link Binary With Libraries - Run your project (
Cmd+R)<
Android
- Open up
android/app/src/main/java/[...]/MainActivity.java
- Add
import com.reactlibrary.RNNativeToastLibraryPackage;to the imports at the top of the file - Add
new RNNativeToastLibraryPackage()to the list returned by thegetPackages()method
- Append the following lines to
android/settings.gradle:include ':reactnativeyontoastlib_1' project(':reactnativeyontoastlib_1').projectDir = new File(rootProject.projectDir, '../node_modules/reactnativeyontoastlib_1/android') - Insert the following lines inside the dependencies block in
android/app/build.gradle:compile project(':reactnativeyontoastlib_1')
Usage
import RNNativeToastLibrary from 'reactnativeyontoastlib_1';
// TODO: What to do with the module?
RNNativeToastLibrary;