Getting Started
Prerequisites
Installation
bash
# Clone the repository
git clone https://github.com/mateuszbialowas/FamilyTree.git
cd FamilyTree
# Install dependencies
npm installRunning the App
iOS Simulator
bash
npx expo run:iosAndroid Emulator
bash
npx expo run:androidExpo Dev Server
bash
npm startThen press i for iOS or a for Android.
Project Setup
The project uses Expo with the New Architecture enabled. After cloning, no additional configuration is needed — just install dependencies and run.
If you change native configuration (e.g., bundle ID, permissions), regenerate native projects:
bash
npx expo prebuild --clean