Skip to content

jadeprop99-ux/jade-properties

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Read Only. To use the code editor, upgrade to a paid plan . 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319

Welcome to your Rork app

Implement user authentication:

Basic Authentication (works in Expo Go):

  • Expo AuthSession - OAuth providers (Google, Facebook, Apple) - Guide
  • Supabase Auth - Email/password and social login - Integration Guide
  • Firebase Auth - Comprehensive authentication solution - Setup Guide

Native Authentication (requires Custom Development Build):

Add Push Notifications

Send notifications to your users:

  • Expo Notifications - Cross-platform push notifications
  • Firebase Cloud Messaging - Advanced notification features

Add Payments

Monetize your app:

Web & Credit Card Payments (works in Expo Go):

Native In-App Purchases (requires Custom Development Build):

Paywall Optimization:

I want to use a custom domain - is that possible?

For web deployments, you can use custom domains with:

  • EAS Hosting - Custom domains available on paid plans
  • Netlify - Free custom domain support
  • Vercel - Custom domains with automatic SSL

For mobile apps, you'll configure your app's deep linking scheme in app.json.

Troubleshooting

App not loading on device?

  1. Make sure your phone and computer are on the same WiFi network
  2. Try using tunnel mode: bun start -- --tunnel
  3. Check if your firewall is blocking the connection

Build failing?

  1. Clear your cache: bunx expo start --clear
  2. Delete node_modules and reinstall: rm -rf node_modules && bun install
  3. Check Expo's troubleshooting guide

Need help with native features?

About Rork

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors