1.0.165 • Published 4 years ago

react-native-pet-notification v1.0.165

Weekly downloads
4
License
MIT
Repository
github
Last release
4 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

4 years ago

1.0.164

4 years ago

1.0.163

4 years ago

1.0.162

4 years ago

1.0.161

4 years ago

1.0.160

4 years ago

1.0.159

4 years ago

1.0.158

4 years ago

1.0.156

4 years ago

1.0.157

4 years ago

1.0.155

4 years ago

1.0.154

4 years ago

1.0.153

4 years ago

1.0.150

4 years ago

1.0.152

4 years ago

1.0.151

4 years ago

1.0.149

4 years ago

1.0.148

4 years ago

1.0.147

4 years ago

1.0.146

4 years ago

1.0.143

4 years ago

1.0.144

4 years ago

1.0.142

4 years ago

1.0.141

4 years ago

1.0.140

4 years ago

1.0.139

4 years ago

1.0.138

4 years ago

1.0.136

4 years ago

1.0.135

4 years ago

1.0.137

4 years ago

1.0.134

4 years ago

1.0.133

4 years ago

1.0.132

5 years ago

1.0.131

5 years ago

1.0.130

5 years ago

1.0.129

5 years ago

1.0.128

5 years ago

1.0.127

5 years ago

1.0.126

5 years ago

1.0.125

5 years ago

1.0.124

5 years ago

1.0.123

5 years ago

1.0.122

5 years ago

1.0.121

5 years ago

1.0.120

5 years ago

1.0.119

5 years ago

1.0.118

5 years ago

1.0.117

5 years ago

1.0.116

5 years ago

1.0.115

5 years ago

1.0.114

5 years ago

1.0.113

5 years ago

1.0.112

5 years ago

1.0.111

5 years ago

1.0.110

5 years ago

1.0.109

5 years ago

1.0.108

5 years ago

1.0.107

5 years ago

1.0.106

5 years ago

1.0.105

5 years ago

1.0.104

5 years ago

1.0.103

5 years ago

1.0.102

5 years ago

1.0.101

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago