All Projects → cheetahcoding → React Native Tutorials

cheetahcoding / React Native Tutorials

Repo for React Native tutorials from the Cheetah Coding YouTube Channel

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to React Native Tutorials

React-Native-Tutorials
Repo for React Native tutorials from the Cheetah Coding YouTube Channel
Stars: ✭ 158 (+33.9%)
Mutual labels:  jsx, mobile-development
Privacyflash Pro
Generate a privacy policy for your iOS app
Stars: ✭ 114 (-3.39%)
Mutual labels:  mobile-development
Gen
Compositor JSX static site generator
Stars: ✭ 95 (-19.49%)
Mutual labels:  jsx
Mvvm Reddit
A companion project for our blog post on better Android software development using MVVM with RxJava.
Stars: ✭ 106 (-10.17%)
Mutual labels:  mobile-development
Htm.py
JSX-like syntax in plain Python
Stars: ✭ 102 (-13.56%)
Mutual labels:  jsx
Reactnativeauth
Mobile user authentication flow with React Native, Expo, and AWS Amplify: Sign In, Sign Up, Confirm Sign Up, Forget Password, Reset Password.
Stars: ✭ 108 (-8.47%)
Mutual labels:  mobile-development
Babel Plugin Jsx Adopt
Stars: ✭ 94 (-20.34%)
Mutual labels:  jsx
Jsx Dom
Use JSX to create DOM elements.
Stars: ✭ 117 (-0.85%)
Mutual labels:  jsx
Reactinterface
This is the repository for my course, Building a Web Interface with React.js on LinkedIn Learning and Lynda.com.
Stars: ✭ 113 (-4.24%)
Mutual labels:  jsx
Jsxui
Primitive elements to build isomorphic user interfaces in React.
Stars: ✭ 105 (-11.02%)
Mutual labels:  jsx
Boden
Purely native C++ cross-platform GUI framework for Android and iOS development. https://www.boden.io
Stars: ✭ 1,394 (+1081.36%)
Mutual labels:  mobile-development
Reason Reactify
🚀 Transform a mutable tree into a functional React-like API
Stars: ✭ 102 (-13.56%)
Mutual labels:  jsx
Web Mode
web template editing mode for emacs
Stars: ✭ 1,470 (+1145.76%)
Mutual labels:  jsx
Kivystudio
A Software development environment for software developers
Stars: ✭ 97 (-17.8%)
Mutual labels:  mobile-development
React Workshop
⚒ 🚧 This is a workshop for learning how to build React Applications
Stars: ✭ 114 (-3.39%)
Mutual labels:  jsx
Dataformsjs
🌟 DataFormsJS 🌟 A minimal JavaScript Framework and standalone React and Web Components for rapid development of high quality websites and single page applications.
Stars: ✭ 95 (-19.49%)
Mutual labels:  jsx
Cloudbase Framework
🏆 腾讯云开发 ☁️ 云原生一体化部署工具 🚀 CloudBase Framework:一键部署,不限框架语言,云端一体化开发,基于Serverless 架构。A front-end and back-end integrated deployment tool 🔥 One-click deploy to serverless architecture. https://docs.cloudbase.net/framework
Stars: ✭ 1,389 (+1077.12%)
Mutual labels:  mobile-development
Prettier
Prettier is an opinionated code formatter.
Stars: ✭ 41,411 (+34994.07%)
Mutual labels:  jsx
Model2app
Turn your Swift data model into a working CRUD app.
Stars: ✭ 118 (+0%)
Mutual labels:  mobile-development
Atoms
Atoms for Blaze UI
Stars: ✭ 1,505 (+1175.42%)
Mutual labels:  jsx

Cheetah Coding - React Native

Welcome to the React Native repo for the Cheetah Coding Youtube Channel. Topics Covered are added to their own branches and will be updated periodically as needed.

Topics / Branches

Prerequisites

Knowledge of fundamental programming concepts is required. These include things like conditional statements, loops, lists manipulation, etc. I won't be covering general programming concepts so some programming experience is expected.

Installing (Using a terminal)

  1. Copy the repo to your local machine with 'git clone https://github.com/cheetahcoding/CwC_React_Native.git'
  2. cd into the top level folder
  3. Make sure you have the Metro bundler running with 'react-native start'
  4. iOS: On a mac, run the app in a simulator with 'react-native run-ios --simulator="YOUR DEVICE NAME". You may have to set up a new device in Xcode.
  5. Android: Make sure your Android Home path is setup correctly and run the app in the emulator with 'react native run-android' *export ANDROID_HOME=/Library/Android/sdk (or wherever your sdk is located) *export PATH=$PATH:$ANDROID_HOME/tools *export PATH=$PATH:$ANDROID_HOME/platform-tools

You will probably get errors switching between branches. Make sure you run these commands before running the code:

  • Install project packages in the top level folder with 'npm install' in your terminal
  • cd into the 'ios; folder and run 'pod install' in the terminal.
  • If you still get package related errors, try deleting the Podfile.lock and/or the package-lock.json file before running the commands above.

Contributions

You can fork this repo if you wish, but I am not accepting external contributions at this time.

Authors

  • Julian Currie
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].