AENZBi is a mobile business management and POS system built with React Native. It allows real-time sales invoice transactions and stock movement transactions, synchronized with an external endpoint using POST method and Bearer token authentication.
Clone the repository
git clone https://github.com/allyelvis/aenzbi-app.git
cd aenzbi-app
Install dependencies
npm install
Place your AENZBi logo
Place your logo image in the assets/images directory. Ensure it is named logo.png.
Run the app
npx react-native run-android # For Android
npx react-native run-ios # For iOS (requires macOS)
AENZBiApp/
│
├── assets/
│ └── images/
│ └── logo.png
│
├── modules/
│ ├── initSales.js
│ └── initStock.js
│
├── screens/
│ ├── HomeScreen.js
│ ├── SalesScreen.js
│ └── StockScreen.js
│
├── App.js
├── runner.js
├── index.js
├── package.json
└── README.md
This project is licensed under the MIT License. See the LICENSE file for details.
For any inquiries, please contact us at support@aenzbi.com.