Install expo-cli globally and run yarn build:android.
An example of app.json will look like the following:
 {
   "expo": {
    "name": "Your App Name",
 "icon": "./path/to/your/app-icon.png",
| { | |
| "posts": [ | |
| { | |
| "id": 1, | |
| "policy_number": "1200000201", | |
| "unique_claim": "93100087532", | |
| "life_assured_no": "2", | |
| "product": "n/a", | |
| "status": "Request" | |
| }, | 
Endpoint: http://advanced-react-training.now.sh
Payload:
type Body = {
  email: string
  password: string
}| { | |
| "atomKeymap.promptV3Features": true, | |
| "editor.multiCursorModifier": "ctrlCmd", | |
| "editor.formatOnPaste": true, | |
| "window.zoomLevel": 1, | |
| "prettier.singleQuote": true, | |
| "prettier.eslintIntegration": true, | |
| "prettier.bracketSpacing": false, | |
| "editor.renderWhitespace": "none", | |
| "editor.renderControlCharacters": false, | 
| #!/bin/bash | |
| ##################################################### | |
| # Name: Bash CheatSheet for Mac OSX | |
| # | |
| # A little overlook of the Bash basics | |
| # | |
| # Usage: | |
| # | |
| # Author: J. Le Coupanec | |
| # Date: 2014/11/04 |