[Expo 51 Beta][iOS] Expo Go app crashes when switching back to previous tab#28508 brentvatne changed the titleExpo Router crashes in SDK51 (clearSharedTransitionConfigForTag crash)Known issue: Expo Router may crash in SDK 51 when switching tabs when used without Reanimated installed (clearShared...
expo-font: Allows the use of custom fonts in your Expo app. expo-linking: Simplifies deep linking and URL routing in your app. expo-router: Simplifies file-based routing for Expo apps. expo-status-bar: Customizes the status bar appearance in your app. nativewind: Utility-first CSS for Re...
在Expo React Native中将渐变应用于文本可以通过使用线性渐变(LinearGradient)组件来实现。线性渐变是一种颜色过渡效果,可以在文本中创建平滑的渐变色效果。 线性渐变可以通过指定起始颜色和结束颜色来定义渐变的范围。你可以使用Expo的LinearGradient组件来创建线性渐变,并将其应用于文本。 以下是一个示例代码,展示了...
import { Stack, Slot, useRouter } from "expo-router"; import { useNavigation } from "@react-navigation/native"; import { Text, View, StyleSheet } from "react-native"; import { StatusBar } from "expo-status-bar"; import { useEffect } from "react"; import UserStore from "../stores/...
github-actions A workaround here: Create a 'my-drawer.tsx' import{createDrawerNavigator}from'@react-navigation/drawer';import{RouteNode,useContextKey,useRouteNode}from'expo-router/build/Route';import{useFilterScreenChildren}from'expo-router/build/layouts/withLayoutContext';import{Screen}from'expo-rout...
14.8.3","expo-location":"~16.5.2","expo-notifications":"~0.27.5","expo-print":"~12.8.1","expo-router":"~3.4.5","expo-secure-store":"~12.8.1","expo-splash-screen":"~0.26.4","expo-status-bar":"~1.11.1","expo-updates":"~0.24.8","firebase":"^9.8.3","i18n-js":"^3.9...
I am using expo router for the first time with expo 52 so if I am doing something wrong I am not aware of it. Main index: export default function Index() { return <Redirect href={"/(drawer)/(tabs)/home"} />; } Main _layout which set drawer: export function CustomDrawer(props:...
"expo-router": "^2.0.9", "expo-screen-orientation": "~6.0.5", "expo-splash-screen": "~0.20.5", "expo-status-bar": "~1.6.0", "expo-system-ui": "~2.4.0", "expo-updates": "~0.18.12", "expo-web-browser": "~12.3.2", "i18next": "^23.5.0", "lodash": "^4.17.21",...
app.json- Added configuration settings for the Expo app. _layout.tsx- Created a default layout for the app using Expo Router. index.tsx- Set up the main entry point of the app. API Clients: FirebaseApiClient.js- New class for handling Firebase interactions. ...
This repository includes the Expo SDK, Modules API, Go app, CLI, Router, documentation, and various other supporting tools. Expo Application Services (EAS) is a platform of hosted services that are deeply integrated with Expo open source tools. EAS helps you build, ship, and iterate on your...