Skip to content

A react-native app to sell items you don't need using expo from Mosh's course written in Typescript.

Notifications You must be signed in to change notification settings

venom-napsta/done-with-it

 
 

Repository files navigation

Done With It

A cross platform mobile app to dive into the concepts of react-native using Expo by Mosh Hamedani written in Typescript.

Run the project

Install expo-cli:

sudo npm i -g expo-cli

Install expo-client on your phone

In case expo has been updated:

expo update

clone the project

select master branch

Navigate to the root folder:

npm install
expo start

Local ip address

Make sure your correct local ip address is used both on front & back end.

Login to expo account

In case you get the following error

[Unhandled promise rejection: Error: Error getting a push token]

make use you have logged in to your expo account via

expo login

React-native-debugger

Go to this github repo, then click release-page and download the latest amd54.deb for ubuntu to get an executable. Install the executable and use this like all other app in your computer. Source

Expo-icons

https://icons.expo.fyi/

Expo API reference

https://docs.expo.io/versions/latest/

VS code shortcuts

rnfs - react native functional component with style

About

A react-native app to sell items you don't need using expo from Mosh's course written in Typescript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.8%
  • JavaScript 0.2%