Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/kodilan-com/mobile

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/kodilan-com/mobile

  • v0.0.0-20200817153426-5e60d9bebbd2
  • Source
  • Go
  • Socket score

Version published
Created
Source

This project is Mobile Application codebase of kodilan.com which is a software related job board for Turkey.

Tech Stack

This project based on React Native stack and uses React Navigation and Axios.

Running project locally

We use npm as our package manager and you should have npm installed on your machine to be able to run this project locally. After that you can run the following commands in order.

If you have not run react native project before, prepare development environment by following Environment Setup Documentation

Android:

git clone https://github.com/kodilan-com/mobile.git kodilan-mobile
cd kodilan-mobile
npm install
npm run android

iOS:

git clone https://github.com/kodilan-com/mobile.git kodilan-mobile
cd kodilan-mobile
npm install
cd ios; pod install; cd ..
npm run ios

Releases

Please take a look at the releases page.

Contributors

Screenshots

Screens

FAQs

Package last updated on 17 Aug 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc