Skip to content

Commit

Permalink
[templates] Update to latest with reanimated workaround [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
brentvatne committed May 8, 2024
1 parent 6ba9bc7 commit 0e08d8a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion templates/expo-template-bare-minimum/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "expo-template-bare-minimum",
"description": "This bare project template includes a minimal setup for using unimodules with React Native.",
"version": "51.0.20",
"version": "51.0.21",
"main": "index.js",
"scripts": {
"start": "expo start --dev-client",
Expand Down
2 changes: 1 addition & 1 deletion templates/expo-template-blank-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "expo-template-blank-typescript",
"description": "The Blank project template includes the minimum dependencies to run and an empty root component.",
"version": "51.0.20",
"version": "51.0.21",
"main": "expo/AppEntry.js",
"scripts": {
"start": "expo start",
Expand Down
2 changes: 1 addition & 1 deletion templates/expo-template-blank/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "expo-template-blank",
"description": "The Blank project template includes the minimum dependencies to run and an empty root component.",
"version": "51.0.20",
"version": "51.0.21",
"main": "expo/AppEntry.js",
"scripts": {
"start": "expo start",
Expand Down
1 change: 1 addition & 0 deletions templates/expo-template-default/app/_layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { useFonts } from 'expo-font';
import { Stack } from 'expo-router';
import * as SplashScreen from 'expo-splash-screen';
import { useEffect } from 'react';
import 'react-native-reanimated';

import { useColorScheme } from '@/hooks/useColorScheme';

Expand Down
2 changes: 1 addition & 1 deletion templates/expo-template-default/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "expo-template-default",
"main": "expo-router/entry",
"version": "51.0.22",
"version": "51.0.23",
"scripts": {
"start": "expo start",
"reset-project": "./scripts/reset-project.js",
Expand Down
2 changes: 1 addition & 1 deletion templates/expo-template-tabs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "expo-template-tabs",
"main": "expo-router/entry",
"description": "The Tab Navigation project template includes several example screens.",
"version": "51.0.20",
"version": "51.0.22",
"scripts": {
"start": "expo start",
"android": "expo start --android",
Expand Down

0 comments on commit 0e08d8a

Please sign in to comment.