axtone v0.0.7
The boilerplate provides an optimized architecture for building solid cross-platform mobile applications through separation of concerns between the UI and business logic. It is fully documented so that each piece of code that lands in your application can be understood and used.
Requirements
Node 12 or greater is required. Development for iOS requires a Mac and Xcode 10 or up, and will target iOS 11 and up.
You also need to install the dependencies required by React Native.
Go to the React Native environment setup, then select React Native CLI Quickstart tab.
Follow instructions for your given development OS and target OS.
Getting Started
To install this pacage run :
Install Axtone CLI
npm install -g axtoneMake sure axtone is installed
axtone -vIf it is installed, a page like this will appear
Create a new React Native project
axtone create-project PizzaAppStart your React Native Aplication
cd PizzaApp npx react-native run androidif you're using ios, you can run
npx react-native run iosif your installation is successful then you will see a welcome page like this.
Tech Stack
- React Native version 0.69.3*
- React Navigation version 6.0.13*
- React Redux version 8.0.4*
- Redux version 4.2.0*
- Redux Saga version 1.2.1*
- Redux Persist version 6.0.0*
- I18Next version 11.18.6*
License
Licensed under the MIT License