Skip to content

React Native app for Freelancers (Timesheets and Invoices)

Notifications You must be signed in to change notification settings

Benouzef/SledgeHammer

Repository files navigation

SledgeHammer

React Native app for Freelancers (Timesheets and Invoices) => Work in progress...

Usual commands for debug

%ANDROID_HOME%\platform-tools\adb devices

%ANDROID_HOME%\platform-tools\adb reverse tcp:8081 tcp:8081

npm start

react-native run-android

Using Atom with ESLint npm install eslint --save-dev

npm install eslint-plugin-react

npm install eslint-plugin-jsx-a11y

npm install eslint-plugin-import

npm install eslint-config-airbnb

Using react-native-navigation npm install react-native-navigation