3.10.0 • Published 1 year ago

@connected-home/react-native-push-notification-hive v3.10.0

Weekly downloads
580
License
MIT
Repository
-
Last release
1 year ago

React Native Push Notifications

Hive-specific changes

Since this lib is not yet published, in order to use it we'll need to tell hive-soaring-sparrow to replace the original lib with this fork. Assumptions:

  • You have hive-soaring-sparrow cloned in your current directory, with yarn install etc. done already done (RN project ready to work)
  • You already cloned this repo right next to your hive-soaring-sparrow directory
  • You are currently in the hive-soaring-sparrow directory

Do the following to replace the original lib in the project:

rm -rf node_modules/@connected-home/react-native-push-notification-hive
yarn add ../react-native-push-notification-hive

You can use the above each time you want to rebuild the native library to see changes in the project. TODO: Find out a way for the project to fetch the library from the Git repo.

When starting the bundler, it might be necessary to clear its cache too:

rm -rf /tmp/metro-bundler-cache-* && npm start --reset-cache

Breaking changes

3.1.0

remoteNotificationsRegistered event is now sent with two parameters (deviceToken and tokenType) instead of one for Android. Clients must use the tokenType to determine which service the token should be sent to.

===

See the docs for original library at: https://github.com/zo0r/react-native-push-notification

3.9.0

1 year ago

3.10.0

1 year ago

3.8.0

4 years ago

3.7.3

4 years ago

3.7.2

5 years ago

3.7.1

5 years ago

3.7.0

5 years ago

3.6.0

5 years ago

3.5.1

5 years ago

3.5.0

5 years ago

3.3.0

5 years ago

3.2.4

5 years ago

3.2.3

5 years ago

3.2.2

5 years ago

3.2.1

5 years ago

3.2.0

5 years ago

3.1.2

5 years ago

3.1.1

5 years ago

3.1.0

5 years ago

3.0.10

5 years ago

3.0.9

6 years ago

3.0.8

6 years ago

3.0.7

6 years ago

3.0.6

6 years ago

3.0.4

6 years ago

3.0.3

6 years ago