Home

App.js

Summary.

An application for displaying soccer results written with React Native.

The easiest way of running the application is through Expo, which is an open-source platform for making universal native apps for Android, iOS, and the web with JavaScript and React.

React Native combines the best parts of native development with React, a best-in-class JavaScript library for building user interfaces.

You can use React Native today in your existing Android and iOS projects or you can create a whole new app from scratch.

Every mid-sized to big web application has to deal with sensitive information. Examples of this type of information are credentials to access databases and third-party APIs keys.

If this data is not encrypted at rest, attackers might get access to it and use it for malicious purposes. That is where a solution, such as Doppler, comes out.

Usage:

  • To install jsdoc and yarn:
    • sudo npm install --global yarn
    • sudo npm install -g jsdoc
  • To run the application in iOS simulator:
    • sudo npm install -g eas-cli
    • sudo npm install -g expo-cli
    • npx create-expo-app --template
    • start Xcode's simulator
    • npx expo start --offline
  • To run the application in a phone:
    • read the QR code with the mobile's camera
Since:
  • 08/05/2023
Author:
  • Paulo Roma
Source:
See:

index.js