Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 995 Bytes

File metadata and controls

27 lines (17 loc) · 995 Bytes

DIMIPAY App Code for all - Re-written with React Native 🩷

Install & Run

Only yarn is allowed

Step 1: Build app or change bundle URL (Only for the first time)

First, open dimipay.xcworkspace in order to build the app.

Step 2: Start the Metro Server

Then, you will need to start Metro server.

To start Metro, run the following command from the root of your React Native project:

yarn start

After starting Metro server, the app will detect your bundle immediately and build your app automatically.