0.0.2 • Published 3 years ago

with-notifee v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Expo - with-notifee

An Expo Config Plugin to setup notifee, without touching native code

You can learn more about it here:

Getting started

Some points you need to be aware of before use this plugin

  • This plugin only works on Android
  • The plugin relays on regex to make some file modifications, so if it doesn't work with your configuration feel free to open an issue

Installation

Prerequisites:

  • App project using Expo SDK 41+.
  • Installed expo-cli@4.4.4 or later.
  • Installed getsocial-react-native-sdk JavaScript libraries: yarn add getsocial-react-native-sdk

With expo install

expo install with-notifee

Without expo install

# using yarn
yarn add with-notifee

# using npm
npm install with-notifee

Open your app.json or app.config.js and update your plugins section (expo install would do it for you):

{
  "plugins": ["with-notifee"]
}

Building and running

You can either:

  • Use expo prebuild or expo run:android/expo run:ios to update your native projects,
  • Use EAS Build to build your development client.

Credits

  • Expo
  • The Invertase team

License

GNU GPL v3