0.0.15 • Published 3 years ago

poket-app-test v0.0.15

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

DacseeMobile

React Native 0.63.4

iOS && Android Platform

Setup

1) git clone 2) yarn (npm install)

Build & Install

Android: cd (ProjectDir) & npm run build-android or Android Studio

iOS: XCode iOS Ver 8.0+

How to run this version

To jetify / convert node_modules dependencies to AndroidX

One of your library dependencies converts to AndroidX, and you need to use the new version. So now you need to convert your app to AndroidX, but many of your react-native libraries ship native Java code and have not updated.

  • npm install --save-dev jetifier
  • npx jetify
  • npx react-native run-android (your app should correctly compile and work)
  • Call npx jetify run in the postinstall target of your package.json (Any time your dependencies update you have to jetify again)
0.0.13

3 years ago

0.0.14

3 years ago

0.0.15

3 years ago

0.0.10

3 years ago

0.0.11

3 years ago

0.0.12

3 years ago

0.0.8

3 years ago

0.0.5

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago