ShivamS136 / harry-potter-dictionary

Just a practice demo app created using React Native with Web support without Expo

Home Page:https://shivams136.github.io/hp-dict-web-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Harry Potter Dictionary

Just a practice demo app created using React Native with Web support without Expo

React Native Web support is achieved using this article.

Here we have example of Router, State, useAuth, Button, View, Text, Touchable, FlatList, Modal, Pressable, StyleSheet.

Step 1: Install

  1. Clone/Fork/Download the repo.
  2. Run npm install

Step 2: Run Web

  1. Run npm run web
  2. Priject should be running in localhost.

Make web Build

  1. Run npm run build:web
  2. Bundle will be available in /dist/ folder.

Run in android

  1. Set up Emulator using Android Studio or this article. Or you can set a physical Android device with USB debugging enabled.
  2. Run npm run android.

About

Just a practice demo app created using React Native with Web support without Expo

https://shivams136.github.io/hp-dict-web-demo


Languages

Language:JavaScript 59.3%Language:Java 19.6%Language:Objective-C 14.2%Language:HTML 2.6%Language:Ruby 2.3%Language:Starlark 1.9%