Skip to main content
Version: 1.0.111

Introduction

An introduction to the quickest way of developing complex mobile apps with low code(in JSON).

What is it ?

react-native-nano helps you to quickly develop complex mobile apps with low code (in JSON). Here are some of the benefits you get out of the box when you use react-native-nano.

  1. No need to manage any state variables.
  2. Ease of creating new components using JSON.
  3. Easy to place components in horizontal and vertical directions.
  4. Ability for every component on the screen to access and change the every other component.
  5. Ability for most used methods to have control over database, navigation, uiElements, notifications and session.
  6. Separating Ui from Logic 100%.
  7. Ability to load UI (JSON) from your own server instead of deploying it to the Google/Apple store every time you update the app.
  8. App bundle sizes will decrease by 50%.
  9. You will only be coding just 30% of what you have been coding to achieve the same result.