Adalo Screen
React Navigation Stack screen
Same component model — RN screens map to Adalo screens almost 1:1.
Component (UI)
React Native component
Tailwind via NativeWind keeps the styling close to web parity if you ship both.
Database collection
Postgres table or Firestore collection
Choose Postgres if you'll need joins; Firestore if you live offline-first.
Custom Action
Typed handler (function)
Most actions are 20–40 lines of TypeScript. SDKs replace Adalo's marketplace.
External Collection (API)
fetch or SDK call
First-class HTTP, retries, types, observability.
Push Notifications
FCM + APNs via Expo or RN Firebase
Topic targeting, scheduling, deep links — all native, no proxy.
In-app Purchases
RevenueCat
iOS + Android in one SDK with analytics Adalo never showed you.
User auth
Clerk / Auth0 / Firebase Auth
Social providers, MFA, passwordless — pick one and forget about it.