Getting Started
Expo Setup
Configure jxpush to work with Expo Push Notifications service.
Prerequisites
- An Expo account
- An Expo app (Expo Go or Standalone)
Basic Setup
Initialize the client with the expo backend.
typescript
Access Token (Optional)
An access token increases your rate limits from 600 to 6,000 requests per hour. You can generate one in your Expo account settings.
- Go to expo.dev
- Navigate to Account Settings → Access Tokens
- Create a new token
- Add it to your
.envfile