1.1 Setup
We will learn concepts of BlueBase by creating a production-ready To-Do app.
We will use Expo CLI to create a new project and add BlueBase to it. If Expo CLI is not installed, go to the Expo CLI Installation guide before proceeding.
Step 1: Initialize the project
Initialize an expo app by executing the following commands:
More info here.
Step 2: Install BlueBase package
Step 3: Update App File
App.tsx
Step 4: Run App
This will open the expo console.
You can launch the web or native version of the app from here.
Last updated