kibagateaux / jinni-mobile-app

0 stars 1 forks source link

App Deployments

Android PWA Status

TODO

1. modularize testing suite

  1. add to package.json
    "projects": [
      {
        "preset": "jest-expo/ios"
      },
      {
        "preset": "jest-expo/android"
      },
      {
        "preset": "jest-expo/web"
      }
    ],
  2. split out test files into .android.js, .ios.js, and .web.js