This repository contains the source code for a simple Tally Counter app written with React Native in TypeScript and without Expo.
Preparation: Start an Android emulator
-
Enter the following command in the root folder of this repository:
react-native run-android
-
Press
a
in console window that is opened -
The app installed in the emulator will only work when the metra server (also started with this command) is running
Enter the following command in a terminal window to start the Metro server:
npx react-native start
Open another terminal window and enter the following command:
npx react-native run-android
Both commands have to be entered in the root folder of the project.
See the LICENSE file for license rights and limitations (BSD 3-Clause License).