expo Blog Posts
Blog Posts
Expo Starter: Notifications
Add local, mobile, and web push notifications using expo-notifications, SNS, and Lambda.
Oct 1, 2021
expo
react-native
aws
sns
lambda
Expo Starter: Progressive Web App (PWA)
Let's turn our Expo web app into a PWA.
Oct 1, 2021
expo
react-native
pwa
typescript
Expo Starter: Navigation
Now that we've laid the groundwork, let's get our Magellan on and start navigating using the super popular react-navigation.
Sep 19, 2021
expo
react-native
typescript
Expo Starter: Passwordless Auth
Passwords are so 2019 -- let's give the people what they want & implement passwordless auth with Cognito instead.
Sep 19, 2021
expo
react-native
typescript
Expo Starter: Linting, Formatting, & Testing
Let's keep our project neat and tested using ESLint, Prettier, Commitlint, Husky, Lint-Staged, Jest, Cypress, Detox, & Storybook.
Sep 6, 2021
expo
react-native
typescript
Expo Starter: Logging & Monitoring
Using react-native-logs, Sentry, AWS Pinpoint, & AWS Location to log and monitor app activity, user actions, and errors.
Aug 30, 2021
expo
react-native
typescript
Expo Starter: Initial Setup
Let's start by organizing our Expo project, adding TypeScript, environment configs, logging, and path aliases.
Aug 23, 2021
expo
react-native
typescript
Expo: TypeScript & Path Aliases
Setup your Expo project with TypeScript and path aliases.
Aug 16, 2021
expo
react-native
typescript