Skip to content

macreiben-dev/fuel-assistant-mobile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fuel-assistant-mobile

Redux integration documentation

Redux integration official documentation

Pre requisite

  • VSCode
  • Go to src
  • Download dependencies
npm install
  • Run application in web mode
npm run web

Testing component with redux

Documenting

Configuration to use openssl legacy provider

There is an issue ssl on the most recent version of node.

One solution is to downgrade node version, the other is to use legacy version of the provider.

Here are the command line to make the recenter version work with react-native.

Linux and macOS (Windows Git Bash)-

export NODE_OPTIONS=--openssl-legacy-provider

Windows command prompt-

set NODE_OPTIONS=--openssl-legacy-provider

Windows PowerShell-

$env:NODE_OPTIONS = "--openssl-legacy-provider"

AzDev integration

Git tricks and tips

Detect remote deleted branches and prune them:

git remote prune origin
git fetch --prune origin

Delete local branch

git branch -D branch_name_here

See local branches as graph

git log --graph --pretty=oneline --abbrev-commit

About

A tool to help team management during online races.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published