react-native-alert-ioslib

1.0.2 • Public • Published

react-native-alert-ioslib

Getting started

$ npm install react-native-alert-ioslib --save

Mostly automatic installation

$ react-native link react-native-alert-ioslib

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-ioslib and add RNAlertIoslib.xcodeproj
  3. In XCode, in the project navigator, select your project. Add libRNAlertIoslib.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/[...]/MainActivity.java
  • Add import com.reactlibrary.RNAlertIoslibPackage; to the imports at the top of the file
  • Add new RNAlertIoslibPackage() to the list returned by the getPackages() method
  1. Append the following lines to android/settings.gradle:
    include ':react-native-alert-ioslib'
    project(':react-native-alert-ioslib').projectDir = new File(rootProject.projectDir, 	'../node_modules/react-native-alert-ioslib/android')
    
  2. Insert the following lines inside the dependencies block in android/app/build.gradle:
      compile project(':react-native-alert-ioslib')
    

Windows

Read it! :D

  1. In Visual Studio add the RNAlertIoslib.sln in node_modules/react-native-alert-ioslib/windows/RNAlertIoslib.sln folder to their solution, reference from their app.
  2. Open up your MainPage.cs app
  • Add using Alert.Ioslib.RNAlertIoslib; to the usings at the top of the file
  • Add new RNAlertIoslibPackage() to the List<IReactPackage> returned by the Packages method

Usage

import RNAlertIoslib from 'react-native-alert-ioslib';

// TODO: What to do with the module?
RNAlertIoslib;

Readme

Keywords

Package Sidebar

Install

npm i react-native-alert-ioslib

Weekly Downloads

0

Version

1.0.2

License

none

Unpacked Size

176 kB

Total Files

37

Last publish

Collaborators

  • riadhfarhati