Skip to content

HomePlace Mobile app a marketplace app for village or condominium

Notifications You must be signed in to change notification settings

iamapinan/HomePlace

Repository files navigation

Logo

I make this app for idea proving for marketplace app. You can use this app as a example to learn how to code react-native app.

Build Status

Prerequisite to start develop!

  • JAVA SDK for Android
  • XCode for iOS development and testing.
  • Android Studio must installed.
  • Android emulator or real device for test.

To use react native cli command

try to install npm install -g react-native-cli

Installation

npm install
react-native link

// for ios test
react-native run-ios 

// for android test
react-native run-android

Troubleshooter

error: Error: Unable to resolve module @react-native-community/toolbar-android from node_modules/react-native-vector-icons/lib/toolbar-android.js: @react-native-community/toolbar-android could not be found within the project.

To fix

rm -rf node_modules
rm package-lock.json
npm i
yarn add @react-native-community/toolbar-android
react-native link
react-native start --reset-cache
react-native run-android

folder structure

src/pages is page for application.
src/images is image files src/styles is style components
src/components is shared components
src/configs is menu configurations

important files

src/Router.js is routing config file.

Platforms

  • Android
  • iOS

Contributors

  • Apinan Woratrakun

LICENSE

Free to copy and learn but not allow to use this app as commercial.