1.0.165 • Published 5 years ago

react-native-pet-notification v1.0.165

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

react-native-pet-notification

Getting started

$ npm install react-native-pet-notification --save

Mostly automatic installation

$ react-native link react-native-pet-notification

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

Usage

import PetNotification from 'react-native-pet-notification';

// TODO: What to do with the module?
PetNotification;
1.0.165

5 years ago

1.0.164

5 years ago

1.0.163

5 years ago

1.0.162

5 years ago

1.0.161

5 years ago

1.0.160

5 years ago

1.0.159

5 years ago

1.0.158

5 years ago

1.0.156

5 years ago

1.0.157

5 years ago

1.0.155

5 years ago

1.0.154

5 years ago

1.0.153

5 years ago

1.0.150

5 years ago

1.0.152

5 years ago

1.0.151

5 years ago

1.0.149

5 years ago

1.0.148

5 years ago

1.0.147

5 years ago

1.0.146

5 years ago

1.0.143

5 years ago

1.0.144

5 years ago

1.0.142

5 years ago

1.0.141

5 years ago

1.0.140

5 years ago

1.0.139

5 years ago

1.0.138

5 years ago

1.0.136

5 years ago

1.0.135

5 years ago

1.0.137

5 years ago

1.0.134

5 years ago

1.0.133

5 years ago

1.0.132

6 years ago

1.0.131

6 years ago

1.0.130

6 years ago

1.0.129

6 years ago

1.0.128

6 years ago

1.0.127

6 years ago

1.0.126

6 years ago

1.0.125

6 years ago

1.0.124

6 years ago

1.0.123

6 years ago

1.0.122

6 years ago

1.0.121

6 years ago

1.0.120

6 years ago

1.0.119

6 years ago

1.0.118

6 years ago

1.0.117

6 years ago

1.0.116

6 years ago

1.0.115

6 years ago

1.0.114

6 years ago

1.0.113

6 years ago

1.0.112

6 years ago

1.0.111

6 years ago

1.0.110

6 years ago

1.0.109

6 years ago

1.0.108

6 years ago

1.0.107

6 years ago

1.0.106

6 years ago

1.0.105

6 years ago

1.0.104

6 years ago

1.0.103

6 years ago

1.0.102

6 years ago

1.0.101

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago