React Native Boilerplate home page
Search...
⌘K
Support
Dashboard
Dashboard
Search...
Navigation
API Documentation
Introduction
React Native CLI
Expo
Get Launchtoday
Join the Community
Getting Started
Introduction
Installation Guide
Dependencies
Backend API
Backend API Setup
API Endpoints
React Navigation in Launchtoday
Introduction
Adding New Screens and Navigators
Supabase
Setup
Authentication Context
Sign in with Apple
Sign in with Google
Magic Link Authentication
Database Tables Setup
Edge Functions
Stripe
Stripe Integration
RevenueCat
Introduction
App Store Connect Setup
Google Play Console Setup
RevenueCat Integration for iOS
RevenueCat Integration for Android
Crash Reporting & Monitoring
Crash Reporting & Monitoring
Sentry Integration
Highlight.io Integration
Datadog Integration
Fastlane
Fastlane
API Documentation
Introduction
Help & Support
Troubleshooting
Frequently Asked Questions
Contribute
Feature Requests
Endpoint Examples
GET
Get Plants
POST
Create Plant
DEL
Delete Plant
On this page
Welcome
Authentication
API Documentation
Introduction
Example section for showcasing API endpoints
If you’re not looking to build API reference documentation, you can delete this section by removing the api-reference folder.
Welcome
There are two ways to build API documentation:
OpenAPI
and
MDX components
. For the starter kit, we are using the following OpenAPI specification.
Plant Store Endpoints
View the OpenAPI specification file
Authentication
All API endpoints are authenticated using Bearer tokens and picked up from the specification file.
Copy
"security"
: [
{
"bearerAuth"
: []
}
]
Fastlane
Troubleshooting
Assistant
Responses are generated using AI and may contain mistakes.