[go: nahoru, domu]

Skip to content

crstnmac/SmartHouse

Repository files navigation

Smart House

[WIP] Convert (this)[https://dribbble.com/shots/15808474-Smart-House-App] concept to a real world proj

Installation

Install dependencies with yarn

  cd SmartHouse
  yarn

Link assests to the project

  npx react-native-asset

To build svg assests

  yarn react-native-vector-image generate

Make sure you have a react-native dev setup in your system

  yarn react-native run-android //android
  yarn react-native run-ios //ios

If styles dont work use the below cmd to hardclean the proj

In Windows for Android

del %appdata%\Temp\react-native-* & cd android & gradlew clean & cd .. & del node_modules/ & npm cache clean --force & yarn install & react-native run-android