# Clip24 Mobile App v1.0.1

This is the React Native source for the Clip24 short-video app.

Default API URL:

```text
https://clip24.ainab.info/api/clip24
```

## Setup

```bash
cd mobile
npm install
```

API config file:

```text
src/config.js
```

Run:

```bash
npm run android
npm run ios
```

## Country control

The app sends `X-Clip24-Country` using `DEFAULT_COUNTRY_CODE` in `src/config.js`.
For production you can replace this with native SIM/location/locale country detection or keep Cloudflare country detection on the backend.

## Important

Do not use TikTok name, logo, music, icons, or copyrighted UI assets. Use your own brand, sounds, and design.
