Searched refs:Universal (Results 1 – 25 of 29) sorted by relevance
12
3 description: Expo Router is an open-source routing library for Universal React Native applications …23 - **Iteration**: Universal Fast Refresh across Android, iOS, and web, along with artifact memoizati…24 - **Universal**: Android, iOS, and web share a unified navigation structure, with the ability to dr…
26 <Tab label="Universal">
428 | Universal | `<Text style={{ fontWeight: 'bold' }} />` |436 | Universal | `<Text style={{ fontWeight: 'bold' }} />` |444 | Universal | `<Text />` |452 | Universal | `<Text style={{ textDecorationLine: 'line-through' }} />` |468 | Universal | `<Text style={{ fontStyle: 'italic' }} />` |476 | Universal | `<Text style={{ fontStyle: 'italic' }} />` |484 | Universal | `<Text style={[Custom]} />` |506 | Universal | `<Text style={[Custom]} />` \| `<View />` |522 | Universal | `<Text style={[Custom]}>"{props.children}"</Text>` |528 | Universal | `<View style={[Custom]} />` |[all …]
38 # Universal modules required by ExpoKit so the code compiles
55 // Universal Links
44 # Universal modules required by ExpoKit so the code compiles
33 // Universal Links
83 // Universal Links
1 # Migrating [Universal Modules][universal-modules] to TypeScript142 [universal-modules]: https://github.com/expo/expo/blob/main/guides/Expo%20Universal%20Module%20Infr…
41 // Universal Links107 // Universal Links173 // Universal Links
12 Universal links are different from standard deep links as they use regular HTTPS links to direct us…23 > Universal links cannot be tested in the Expo Go app. You need to create a [development build](/de…25 ## Universal links on iOS27 Universal links on iOS require a paid Apple Developer account as you must associate your fully qual…74 // This section enables Universal Links224 …nt this with Android App Links, which use a similar verification process as Universal Links on iOS.257 …nt this with Android App Links, which use a similar verification process as Universal Links on iOS.
17 …ng your code against all of the platforms it runs on. Learn more about [Universal Testing](https:/…
296 Universal Expo Metro is designed to be fully universal, meaning any web bundling features should al…
127 {this._renderSectionHeader('Universal Options')}
31 ##### Expo Universal Modules #####
111 // Universal
392 Universal = 'UNIVERSAL' enumerator
56 See [Universal Link debugging](/guides/deep-linking#debugging) guide to test handoff in development.
179 // Universal Links
95 - [Guide to Unimodule Development](guides/Expo%20Universal%20Module%20Infrastructure.md)