All Projects → theflutterfactory → React-Native-Tutorials

theflutterfactory / React-Native-Tutorials

Licence: other
Repo for React Native tutorials from the Cheetah Coding YouTube Channel

Programming Languages

javascript
184084 projects - #8 most used programming language
objective c
16641 projects - #2 most used programming language
ruby
36898 projects - #4 most used programming language
Starlark
911 projects
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to React-Native-Tutorials

Flutter-Tutorials
Repo for Flutter tutorials on the Cheetah Coding YouTube Channel
Stars: ✭ 152 (-3.8%)
Mutual labels:  mobile-development, app-development
React Native Tutorials
Repo for React Native tutorials from the Cheetah Coding YouTube Channel
Stars: ✭ 118 (-25.32%)
Mutual labels:  jsx, mobile-development
lisan
🌈i18n, Reimagined! 🚀A blazing fast and super small i18n library for Javascript
Stars: ✭ 85 (-46.2%)
Mutual labels:  jsx
fledermaus
Batman’s toolbelt for static site generation
Stars: ✭ 77 (-51.27%)
Mutual labels:  jsx
Sensor
A fresh look at iOS development
Stars: ✭ 37 (-76.58%)
Mutual labels:  mobile-development
XPlat-Windows-APIs
UWP style APIs cross-platform with .NET!
Stars: ✭ 31 (-80.38%)
Mutual labels:  app-development
collection in kotlin
📖 Collections in Kotlin for Android developers
Stars: ✭ 13 (-91.77%)
Mutual labels:  app-development
ts-transform-react-jsx-source
TypeScript AST Transformer that adds source file and line number to JSX elements
Stars: ✭ 12 (-92.41%)
Mutual labels:  jsx
react-lite
A simple implementation of react
Stars: ✭ 51 (-67.72%)
Mutual labels:  jsx
Flutter-BabyStepsQuiz
A Flutter Quiz App.
Stars: ✭ 21 (-86.71%)
Mutual labels:  mobile-development
vanilla-jsx
Vanilla jsx without runtime. HTML Tag return DOM in js, No virtual DOM.
Stars: ✭ 70 (-55.7%)
Mutual labels:  jsx
WaitForIt
Events and time based iOS app scenarios made easy.
Stars: ✭ 26 (-83.54%)
Mutual labels:  mobile-development
link-too-big
Link Too Big? Make Link Short
Stars: ✭ 12 (-92.41%)
Mutual labels:  jsx
awesome-solid-js
Curated resources on building sites with SolidJS, a brand new way(now 1.0) to build Javascript based interactive web applications. A very close looking cousin to React/JSX by syntax, and to Svelte by few important principles(compiler and fine-grained reactivity), it's a highly optimised way to deliver web applications with best-in-class performa…
Stars: ✭ 317 (+100.63%)
Mutual labels:  jsx
Blazorade-Teams
A Blazor component library that is designed to be used when building applications for Microsoft Teams.
Stars: ✭ 29 (-81.65%)
Mutual labels:  app-development
to-htm
Conversion tool from JSX or Handlebars to htm (tagged template literal)
Stars: ✭ 35 (-77.85%)
Mutual labels:  jsx
alef-component
Alef Component for Modern Web Apps.
Stars: ✭ 46 (-70.89%)
Mutual labels:  jsx
msdkui-ios
The HERE Mobile SDK UI Kit for iOS provides ready-to-use UI components for the HERE Mobile SDK for iOS.
Stars: ✭ 36 (-77.22%)
Mutual labels:  mobile-development
Android-daily-read-tips
log for articles and info in android for every developer
Stars: ✭ 13 (-91.77%)
Mutual labels:  mobile-development
Aris
Aris - A fast and powerful tool to write HTML in JS easily. Includes syntax highlighting, templates, SVG, CSS autofixing, debugger support and more...
Stars: ✭ 61 (-61.39%)
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].