GithubHelp home page GithubHelp logo

expo-notifee-example's Introduction

Expo project to show how to use Notifee with Expo

What was done to create this:

  • initiate a blank expo typescript project npx expo-cli init
  • install Notifee expo install @notifee/react-native
  • copy the plugin from my PR: svn export https://github.com/abumalick/notifee/trunk/packages/react-native/plugin
  • install expo-module-scripts: yarn add -D expo-module-scripts
  • modify plugin tsconfig.json extend to "extends": "expo-module-scripts/tsconfig.plugin", (It does not generate files here when extending default expo tsconfig file)
  • build plugin yr tsc -p plugin/tsconfig.json (I get 224 errors but it compiles)
  • install expo dev client expo install expo-dev-client
  • add plugin to configuration: "plugins": ["./plugin/build"]
  • yarn expo prebuild
  • Check build.gradle, the compileSdkVersion should be 31 cat android/build.gradle | grep compileSdkVersion
  • yarn expo run:android (Didn't test that, I don't have JDK 11 setup properly on my computer)

Steps to start building on EAS

  • add postinstall strict in package.json: "postinstall": "tsc -p plugin/tsconfig.json"
  • eas init
  • eas build -p android
  • add android.image to eas.json profiles "image": "ubuntu-18.04-jdk-11-ndk-r19c"
  • eas build -p android

Add Notifee example code

rm App.tsx
svn export https://github.com/abumalick/notifee/trunk/packages/react-native/example/App.tsx
svn export https://github.com/abumalick/notifee/trunk/packages/react-native/example/src

Notes

Install svn in macOS

https://stackoverflow.com/a/64566557/1673761 https://stackoverflow.com/a/70659881/1673761

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.