noel-lang / lemon-markets-broker-app-tutorial

Entwickle deine eigene Trading App mit React Native und der lemon.markets API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  1. Install React Navigation npm install @react-navigation/native expo install react-native-screens react-native-safe-area-context

  2. Install Stack Navigator npm install @react-navigation/native-stack

  3. Install Tab Navigator npm install @react-navigation/bottom-tabs

  4. Install React Native SVG expo install react-native-svg yarn add react-native-svg-charts

  5. Generate Client from OpenAPI Spec npx @openapitools/openapi-generator-cli generate -i https://paper-trading.lemon.markets/v1/openapi.json -g typescript-fetch -o src/clients/trading-api --skip-validate-spec

  6. Date Library npm install --save date-fns

About

Entwickle deine eigene Trading App mit React Native und der lemon.markets API


Languages

Language:JavaScript 100.0%