Skip to content

ganesh54/numerologist

 
 

Repository files navigation

Numerologist

It is a React Native app developed for numerology assist. It provides personalized numerology readings and insights based on your birthdate and name to help guide your life decisions and reveal hidden patterns.

This app has following features:

✔️ Know the Lucky Name Number.
✔️ Know your Mulyank (Life Path Number)
✔️ Know your Bhagyank (Destiny Number)

     


Technologies and Libraries Used

Library Version
React Native v0.82
React v19
React Native Paper v5
React Native Date Picker v5
React Native Vector Icons v10
React Native MMKV v4
Babel Module Resolver v5

Prerequisite

  • Mobile with USB debugging enabled
  • Mobile and laptop are on the same wifi.

Create the dev build

npm run testmode

Create the prod build

npm run prodmode

Install the app on mobile

npm run android

Enable Wireless hot reload

  • Run adb devices to get Mobile device name.
  • Run ipconfig to get the IP (v4).
  • Connect mobile to laptop via USB cable.
  • Install the app
npm android
  • Disconnect mobile from USB. Metro bundler will be disconnected.
  • Shake the mobile to open the React Native Dev menu. Select Settings. Open Debug server host & port for device.
  • Enter IP v4 (from step 1) and port number (Generally 8081). Ex. 172.1.1.2:8081
  • Shake the mobile to open the React Native Dev menu .
  • Select Reload. Now hot reload should work.

Create the release build

https://github.com/night-fury-rider/react-native-template/wiki/Create-the-release-build


Deploy the App on Play Store

https://github.com/night-fury-rider/react-native-template/wiki/Deploy-the-App-on-PlayStore


Disclaimer

I don't personally believe in numerology, but I created this app for those who do.

About

It provides personalised numerology readings and insights based on your birthdate and name to help guide your life decisions and reveal hidden patterns.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 76.7%
  • JavaScript 12.7%
  • Objective-C 3.9%
  • Kotlin 2.8%
  • Ruby 2.5%
  • Objective-C++ 1.4%