Skip to content

Simple tally counter app as introductory example for React Native without Expo

License

Notifications You must be signed in to change notification settings

MDecker-MobileComputing/ReactNative_Handzaehler

Repository files navigation

Tally Counter with React Native (without Expo)


This repository contains the source code for a simple Tally Counter app written with React Native in TypeScript and without Expo.



Test app in Android emulator


Preparation: Start an Android emulator


On Windows

  • 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


On MacOS

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.



License


See the LICENSE file for license rights and limitations (BSD 3-Clause License).