Home
last modified time | relevance | path

Searched refs:P (Results 1 – 25 of 178) sorted by relevance

12345678

/expo/apps/native-component-list/src/screens/
H A DHTMLElementsScreen.tsx24 P,
71 <P>Nav</P>
75 <P>Main</P>
77 <P>Article</P>
80 <P>Section</P>
83 <P>Aside</P>
89 <P>Footer</P>
101 <P>Paragraph</P>
115 <P>
118 </P>
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Renderer/shims/
H A DReactNativeTypes.d.ts135 export interface HostComponent<P>
137 React.ComponentClass<P>,
138 Exclude<keyof React.ComponentClass<P>, 'new'>
140 new (props: P, context?: any): React.Component<P> & Readonly<NativeMethods>;
/expo/docs/components/plugins/
H A DEasMetadataTable.tsx6 import { CODE, P, FOOTNOTE } from '~/ui/components/Text';
66 <P css={style}>
68 </P>
76 <P>
78 </P>
88 <P css={{ marginTop: spacing[1] }}>
98 </P>
106 <P>{property.description}</P>
119 <P>{property.name}</P>
128 <P>
[all …]
H A DPossibleRedirectNotification.tsx3 import { A, P } from '~/ui/components/Text';
21 <P className="mb-0">
24 </P>
H A DInstallSection.tsx5 import { A, P, DEMI } from '~/ui/components/Text';
31 <P>
38 </P>
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/hermes/inspector/docs/
H A DInspectorFSM.gv12 RWP -> P [label = " didPause " ];
14 PWE -> P [label = " enable " ];
16 R -> P [ label = " !implicitPause " ];
18 P -> R [ label = " receivedCommand " ];
19 P -> RD [ label = " disable "];
23 { rank = same; R P }
35 <tr><td>P</td><td>Paused</td></tr>
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/hermes/inspector/docs/
H A DInspectorFSM.gv12 RWP -> P [label = " didPause " ];
14 PWE -> P [label = " enable " ];
16 R -> P [ label = " !implicitPause " ];
18 P -> R [ label = " receivedCommand " ];
19 P -> RD [ label = " disable "];
23 { rank = same; R P }
35 <tr><td>P</td><td>Paused</td></tr>
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/hermes/inspector/docs/
H A DInspectorFSM.gv12 RWP -> P [label = " didPause " ];
14 PWE -> P [label = " enable " ];
16 R -> P [ label = " !implicitPause " ];
18 P -> R [ label = " receivedCommand " ];
19 P -> RD [ label = " disable "];
23 { rank = same; R P }
35 <tr><td>P</td><td>Paused</td></tr>
/expo/packages/@expo/cli/src/start/server/type-generation/__typetests__/fixtures/
H A Dbasic.ts150 | (T extends `${infer P}${SearchOrHash}`
151 ? P extends DynamicRoutes<infer _>
167 P = R['pathname'],
168 > = P extends DynamicRouteTemplate
169 ? { pathname: P; params: InputRouteParams<P> }
170 : P extends Route<P>
171 ? { pathname: Route<P> | DynamicRouteTemplate; params?: never | InputRouteParams<never> }
/expo/docs/components/page-higher-order/
H A DwithHeadingManager.tsx10 <P extends object>(
11 Component: React.ComponentType<React.PropsWithChildren<P & HeadingManagerProps>>
13 (props: React.PropsWithChildren<P>) =>
/expo/packages/expo-modules-core/build/
H A DNativeViewManagerAdapter.native.d.ts5 export declare function requireNativeViewManager<P>(viewName: string): React.ComponentType<P>;
H A DNativeViewManagerAdapter.d.ts2 export declare function requireNativeViewManager<P = any>(viewName: string): React.ComponentType<P>;
/expo/packages/expo/build/launch/
H A DregisterRootComponent.d.ts13 export default function registerRootComponent<P extends InitialProps>(component: React.ComponentTyp…
/expo/packages/expo-modules-core/src/
H A DNativeViewManagerAdapter.tsx5 export function requireNativeViewManager<P = any>(viewName: string): React.ComponentType<P> {
/expo/secrets/
H A Dkeys.json3 …�nֳ�b���5&��Mn���ױ�Zs�Lj�+eSP�{�$֒��`Oey��&AD� ��Xܴr��pv������p�껠L�P��"��R�ę��d}L�Dr+�#��…
4 ��9":�]���SOF~R�1F�ݷx��P�Y
5 �7��E"�7l'�qIb��"N��S~c�����. ������ ��C�wtC:�!I���4���q+a!��P���A��9����6"ʯ�v���ua���Vā
15 …���`ُ޾�<E���D��k��M�����.Θː9��!�� M}�⪭~�#��/;�T^��|ɃfR��=�MB—2�ѝ�E�P�&� f��z��cf-�[�k…
/expo/docs/pages/
H A D_error.tsx11 import { H1, P } from '~/ui/components/Text';
21 <P css={styles.description} id="redirect-link">
23 </P>
32 <P css={styles.description} id="__redirect_failed">
35 </P>
47 <P css={styles.description} id="__not_found">
50 </P>
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Base/
H A DABI49_0_0RCTManagedPointer.h30 template <typename T, typename P>
31 ABI49_0_0RCTManagedPointer *managedPointer(P initializer)
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Base/
H A DABI48_0_0RCTManagedPointer.h30 template <typename T, typename P>
31 ABI48_0_0RCTManagedPointer *managedPointer(P initializer)
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Base/
H A DABI47_0_0RCTManagedPointer.h30 template <typename T, typename P>
31 ABI47_0_0RCTManagedPointer *managedPointer(P initializer)
/expo/docs/components/plugins/api/
H A DAPISectionTypes.tsx31 import { H2, BOLD, P, CODE, MONOSPACE } from '~/ui/components/Text';
151 <P>
160 </P>
179 <P>
188 </P>
216 <P>
219 </P>
233 <P>
239 </P>
240 <P>
[all …]
H A DAPISectionConstants.tsx12 import { H2, BOLD, P, MONOSPACE } from '~/ui/components/Text';
33 <P>
35 </P>
/expo/docs/components/plugins/permissions/data/
H A Dindex.ts52 type DataSet<P> = { meta: PermissionMeta; data: Record<string, P> };
/expo/docs/components/plugins/ConfigSection/
H A DConfigPluginProperties.tsx7 import { P, CODE, H3 } from '~/ui/components/Text';
16 {!!children && <P>{children}</P>}
/expo/packages/html-elements/src/elements/__tests__/
H A DText-test.tsx16 P,
24 it(`renders P`, () => {
25 const tree = renderer.create(<P>demo</P>);
/expo/apps/native-component-list/src/screens/GL/
H A DGLWrap.tsx9 export default <P extends { style?: StyleProp<ViewStyle> } = {}>(
15 ): React.ComponentType<P> & { title: string } =>
16 class extends React.Component<P> {

12345678