Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 629 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 629 Bytes

This is a new React Native project, bootstrapped using @react-native-community/cli.

Getting Started

Note: It has been published on the Android market. Anyone interested can download and use it from this link CoinPulse.

Create keystore:

Create .keystore file for debug build. And move to file --> android/app/debug.keystore

keytool -genkeypair -v -storetype PKCS12 -keystore debug.keystore -alias androiddebugkey -keyalg RSA -keysize 2048 -validity 10000