Skip to content
/ kodmob Public

Mobile version of kodilan.com built with React Native

License

Notifications You must be signed in to change notification settings

tinas/kodmob

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0c318ee · Aug 24, 2022

History

50 Commits
Apr 24, 2022
Feb 6, 2022
Feb 6, 2022
Apr 24, 2022
Apr 26, 2022
Feb 6, 2022
Apr 24, 2022
Feb 6, 2022
Feb 6, 2022
Feb 6, 2022
Feb 6, 2022
Feb 6, 2022
Feb 6, 2022
Feb 6, 2022
Feb 6, 2022
Feb 6, 2022
Aug 24, 2022
Feb 13, 2022
Feb 6, 2022
Feb 6, 2022
Feb 6, 2022
Feb 6, 2022
Feb 6, 2022
Apr 24, 2022
Apr 24, 2022

Repository files navigation

kodmob

Mobile version of kodilan.com built with React Native

koders

Set up

Clone and setup the repository:

git clone https://github.com/tinas/kodmob.git
cd kodmob
yarn install

If you're on a Mac and developing for iOS, you need to install the pods (via Cocoapods) to complete the linking.

yarn pod

Running

Step 1: Start Metro

First, you will need to start Metro, the JavaScript bundler that ships with React Native. Metro "takes in an entry file and various options, and returns a single JavaScript file that includes all your code and its dependencies." —Metro Docs

To start Metro, run npx react-native start inside your React Native project folder:

yarn start

Step 2: Start your application

Let Metro Bundler run in its own terminal. Open a new terminal inside your React Native project folder. Run the following:

yarn ios

if you are developing on android:

yarn android

For detailed setup, visit React Native guides.

License

MIT © Ahmet Tınastepe

See LICENSE for details.

About

Mobile version of kodilan.com built with React Native

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published