react-native-simple-alert
TypeScript icon, indicating that this package has built-in type declarations

1.0.15 • Public • Published

react-native-alert

Getting started

$ npm install react-native-alert --save

Mostly automatic installation

$ react-native link react-native-alert

Manual installation

iOS

  1. In XCode, in the project navigator, right click LibrariesAdd Files to [your project's name]
  2. Go to node_modulesreact-native-alert and add RNAlert.xcodeproj
  3. In XCode, in the project navigator, select your project. Add libRNAlert.a to your project's Build PhasesLink Binary With Libraries
  4. Run your project (Cmd+R)<

Android

  1. Open up android/app/src/main/java/[...]/MainApplication.java
  • Add import com.dev.mp3.alert.RNAlertPackage; to the imports at the top of the file
  • Add new RNAlertPackage() to the list returned by the getPackages() method
  1. Append the following lines to android/settings.gradle:
    include ':react-native-alert'
    project(':react-native-alert').projectDir = new File(rootProject.projectDir, 	'../node_modules/react-native-alert/android')
    
  2. Insert the following lines inside the dependencies block in android/app/build.gradle:
      compile project(':react-native-alert')
    

Usage

import RNAlert from 'react-native-alert';
 
// TODO: What to do with the module?
RNAlert;

Readme

Keywords

Package Sidebar

Install

npm i react-native-simple-alert

Weekly Downloads

1

Version

1.0.15

License

MIT

Unpacked Size

613 kB

Total Files

105

Last publish

Collaborators

  • aaron_ta