LeeMoonki / RNNotebook

react native notebook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Native Basic

This is the react native app for studying RN. This project is created referencing Getting Started.

  1. expo init <Proejct Name>
  2. choose a template minimal(typescript)
  3. when the builder could not find the sdk path, edit android/local.properties.txt to android/local.properties and change USERNAME with user name or PC. (macOS) Other is following
  • in Windows sdk.dir = C:\Users\USERNAME\AppData\Local\Android\sdk
  • in linux sdk.dir = /home/USERNAME/Android/Sdk

About

react native notebook


Languages

Language:Java 29.8%Language:Objective-C 20.7%Language:TypeScript 19.5%Language:Ruby 13.1%Language:Starlark 10.8%Language:JavaScript 6.1%