/pokemon-sv-clock

Pokémon Scarlet/Violet (SV) in-game time clock app, built by React Native (Expo).

Primary LanguageTypeScriptMIT LicenseMIT

Pokémon Scarlet/Violet (SV) in-game time clock app

Just a clock app for Pokémon Scarlet/Violet (SV) user.

It is also an experimental project where the code for all three platforms (Web, Android, and iOS) is composed entirely in React Native.

In-game time for Pokémon Scarlett/Violet repeats every 72 minutes: day, dusk, night.
That In-game time clock will start running once player have completed the tutorial.

This in-game time cannot be accurately known even in-game, but this app can help you to know approximate in-game time.

You can access web version here: https://pokemon-sv-clock.vercel.app/

If you wish to access the iOS/Android version, sorry, access is currently closed.

But if you really want access the iOS/Android version, let me know your email and I'll send you an invitation.

Development

At first, need to install Node.js >= 16.

npm i
npm run start

You can check your app in a web browser or in the simulator of iOS/Android OS.

Please check here for deatils:

Building Native App

You can build the app by just entering commands.

npm run build:android
npm run build:ios

Please check following for more details:

Android

npm run login
npm run build:android
npm run submit:android

iOS

npm run login
npm run build:ios
npm run submit:ios

Building Web App

npm run build:web

Please check following for more details: