Learn how to set up and customize VibeKit to build your first React Native app quickly and efficiently. It's easier than making coffee!
Welcome to VibeKit! In this tutorial, we'll walk you through setting up your first React Native app using our amazing boilerplate. It's going to be easier than making your morning coffee! β
Before we dive in, make sure you have:
First, let's get VibeKit on your machine:
git clone https://github.com/vibecoders/vibekit.git
cd vibekit
npm install
VibeKit comes with a simple configuration file where you can customize your app:
// config/app.js
export default {
appName: 'MyAwesomeApp',
primaryColor: '#6366f1',
enablePushNotifications: true,
enableAnalytics: true
};
Now for the magic moment! Let's run your app:
# For iOS
npm run ios
# For Android
npm run android
VibeKit comes packed with amazing features:
Congratulations! You now have a fully functional React Native app running. Here's what you can do next:
Happy coding! π
Help us improve our documentation