Home
last modified time | relevance | path

Searched refs:React (Results 1 – 25 of 2532) sorted by relevance

12345678910>>...102

/expo/apps/fabric-tester/ios/
H A DPodfile.lock40 - React-Core
41 - React-debug
42 - React-Fabric
47 - React-utils
63 - React-Core
64 - React-debug
70 - React-utils
85 - React-Core
103 - React-Core
1387 React:
[all …]
/expo/apps/native-tests/ios/
H A DPodfile.lock31 - React-Core
41 - React-Core
54 - React-Core
64 - React-Core
70 - React-Core
81 - React-Core
98 - React
127 - React-jsc
689 React:
703 React-jsc:
[all …]
/expo/packages/html-elements/build/elements/
H A DText.d.ts1 import React from 'react';
5 export declare const P: React.ComponentType<TextProps>;
6 export declare const B: React.ComponentType<TextProps>;
7 export declare const S: React.ComponentType<TextProps>;
8 export declare const I: React.ComponentType<TextProps>;
9 export declare const Q: React.ComponentType<QuoteProps>;
11 export declare const BR: React.ComponentType<TextProps>;
12 export declare const Mark: React.ComponentType<TextProps>;
13 export declare const Code: React.ComponentType<TextProps>;
15 export declare const Pre: React.ComponentType<PreProps>;
[all …]
H A DTable.web.d.ts1 import React from 'react';
3 export declare const Table: React.ComponentType<ViewProps>;
4 export declare const THead: React.ComponentType<ViewProps>;
5 export declare const TBody: React.ComponentType<ViewProps>;
6 export declare const TFoot: React.ComponentType<ViewProps>;
7 export declare const TH: React.ComponentType<ViewProps>;
8 export declare const TR: React.ComponentType<ViewProps>;
9 export declare const TD: React.ComponentType<ViewProps>;
10 export declare const Caption: React.ComponentType<ViewProps>;
H A DLayout.d.ts1 import React from 'react';
3 export declare const Div: React.ComponentType<ViewProps>;
4 export declare const Nav: React.ComponentType<ViewProps>;
5 export declare const Footer: React.ComponentType<ViewProps>;
6 export declare const Aside: React.ComponentType<ViewProps>;
7 export declare const Header: React.ComponentType<ViewProps>;
8 export declare const Main: React.ComponentType<ViewProps>;
9 export declare const Article: React.ComponentType<ViewProps>;
10 export declare const Section: React.ComponentType<ViewProps>;
H A DTable.d.ts1 import React from 'react';
5 export declare const Table: React.ComponentType<ViewProps>;
6 export declare const THead: React.ComponentType<ViewProps>;
7 export declare const TBody: React.ComponentType<ViewProps>;
8 export declare const TFoot: React.ComponentType<ViewProps>;
9 export declare const TH: React.ComponentType<TableTextProps>;
10 export declare const TR: React.ComponentType<ViewProps>;
11 export declare const TD: React.ComponentType<TableTextProps>;
12 export declare const Caption: React.ComponentType<TextProps>;
H A DHeadings.d.ts1 import React from 'react';
3 export declare const H1: React.ComponentType<TextProps>;
4 export declare const H2: React.ComponentType<TextProps>;
5 export declare const H3: React.ComponentType<TextProps>;
6 export declare const H4: React.ComponentType<TextProps>;
7 export declare const H5: React.ComponentType<TextProps>;
8 export declare const H6: React.ComponentType<TextProps>;
/expo/apps/bare-expo/ios/
H A DPodfile.lock31 - React-Core
46 - React-Core
67 - React-Core
77 - React-Core
90 - React-Core
100 - React-Core
106 - React-Core
117 - React-Core
134 - React
1204 React:
[all …]
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Renderer/
H A DREADME.md1 # React & React Native Versions
3 This page describes how React and React Native versions interact each other.
6 1. The versions in the `package.json` of the new app template. For example [for React Native 0.68.1…
15React renderers **shipped** with React Native inside this folder, the [./Libraries/Renderer](https…
17 This practically means that you **can't bump** the version of React in your `package.json` to a lat…
20React 18, the first version of React Native compatible with React 18 is **0.69.0**. Users on React
22 …ative upgrade` command or the React Native Upgrade Helper, you'll bump to the correct React versio…
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Renderer/
H A DREADME.md1 # React & React Native Versions
3 This page describes how React and React Native versions interact each other.
6 1. The versions in the `package.json` of the new app template. For example [for React Native 0.68.1…
15React renderers **shipped** with React Native inside this folder, the [./Libraries/Renderer](https…
17 This practically means that you **can't bump** the version of React in your `package.json` to a lat…
20React 18, the first version of React Native compatible with React 18 is **0.69.0**. Users on React
22 …ative upgrade` command or the React Native Upgrade Helper, you'll bump to the correct React versio…
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Renderer/
H A DREADME.md1 # React & React Native Versions
3 This page describes how React and React Native versions interact each other.
6 1. The versions in the `package.json` of the new app template. For example [for React Native 0.68.1…
15React renderers **shipped** with React Native inside this folder, the [./Libraries/Renderer](https…
17 This practically means that you **can't bump** the version of React in your `package.json` to a lat…
20React 18, the first version of React Native compatible with React 18 is **0.69.0**. Users on React
22 …ative upgrade` command or the React Native Upgrade Helper, you'll bump to the correct React versio…
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/LogBox/UI/__tests__/__snapshots__/
H A DLogBoxMessage-test.js.snap4 <React.Fragment>
16 </React.Fragment>
20 <React.Fragment>
32 </React.Fragment>
36 <React.Fragment>
48 </React.Fragment>
64 <React.Fragment>
72 <React.Fragment>
80 <React.Fragment>
96 <React.Fragment>
[all …]
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/LogBox/UI/__tests__/__snapshots__/
H A DLogBoxMessage-test.js.snap4 <React.Fragment>
16 </React.Fragment>
20 <React.Fragment>
32 </React.Fragment>
36 <React.Fragment>
48 </React.Fragment>
64 <React.Fragment>
72 <React.Fragment>
80 <React.Fragment>
96 <React.Fragment>
[all …]
/expo/ios/vendored/unversioned/@stripe/stripe-react-native/ios/
H A DStripeSdk-Bridging-Header.h1 #import <React/RCTBridgeModule.h>
2 #import <React/RCTViewManager.h>
3 #import <React/RCTView.h>
4 #import <React/RCTLog.h>
5 #import <React/RCTBridge.h>
6 #import <React/RCTUIManager.h>
8 #import <React/RCTEventEmitter.h>
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Lists/
H A DVirtualizedList.d.ts10 import type * as React from 'react';
88 ) => React.ReactElement | null;
93 export class VirtualizedList<ItemT> extends React.Component<
124 | React.ElementRef<typeof ScrollView>
125 | React.ElementRef<typeof View>
152 | React.ComponentType<any>
153 | React.ReactElement
162 | React.ComponentType<any>
163 | React.ReactElement
177 | React.ComponentType<any>
[all …]
/expo/packages/expo-router/build/layouts/
H A DwithLayoutContext.d.ts2 import React from 'react';
5 export declare function useFilterScreenChildren(children: React.ReactNode, { isCustomNavigator, con…
14React.ComponentType<any>, State extends NavigationState, EventMap extends EventMapBase>(Nav: T, pr…
/expo/packages/expo-blur/build/
H A DBlurView.d.ts1 import React from 'react';
3 export default class BlurView extends React.Component<BlurViewProps> {
4 blurViewRef?: React.RefObject<React.ComponentType<any>> | undefined;
10 getAnimatableRef(): React.ComponentType<any> | null | undefined;
/expo/packages/expo-dev-launcher/bundle/components/
H A DLoadInitialData.tsx1 import * as React from 'react';
7 children: React.ReactElement<any>;
8 loader?: React.ReactElement<any>;
12 const [isLoading, setIsLoading] = React.useState(true);
13 const [initialData, setInitialData] = React.useState({});
15 React.useEffect(() => {
26 return React.cloneElement(children, initialData);
/expo/packages/expo-camera/src/
H A DuseWebCameraStream.ts2 import * as React from 'react';
29 React.useEffect(() => {
44 video: React.MutableRefObject<HTMLVideoElement | null>,
56 const activeStreams = React.useRef<MediaStream[]>([]);
57 const capabilities = React.useRef<WebCameraSettings>({
65 const mediaTrackSettings = React.useMemo(() => {
70 const type = React.useMemo(() => {
116 React.useEffect(() => {
134 React.useEffect(() => {
171 React.useEffect(() => {
[all …]
/expo/packages/expo-image/build/web/
H A DColorTintFilter.js1 import React from 'react';
15 return (React.createElement("svg", { style: styles.svg },
16 React.createElement("defs", null,
17React.createElement("filter", { id: `expo-image-tint-${tintColor}`, x: "0", y: "0", width: "0", he…
18React.createElement("feFlood", { floodColor: tintColor, floodOpacity: "1", result: "flood" }),
19React.createElement("feComposite", { in: "flood", in2: "SourceAlpha", operator: "in" })))));
/expo/packages/expo-camera/build/
H A DuseWebCameraStream.js2 import * as React from 'react';
20 React.useEffect(() => {
34 const isStartingCamera = React.useRef(false);
35 const activeStreams = React.useRef([]);
36 const capabilities = React.useRef({
43 const mediaTrackSettings = React.useMemo(() => {
47 const type = React.useMemo(() => {
89 React.useEffect(() => {
105 React.useEffect(() => {
137 React.useEffect(() => {
[all …]
/expo/ios/Exponent/Versioned/Core/Api/Components/Maps/
H A DAIRMapLocalTileManager.m9 #import <React/RCTBridge.h>
10 #import <React/RCTConvert.h>
11 #import <React/RCTConvert+CoreLocation.h>
12 #import <React/RCTEventDispatcher.h>
13 #import <React/RCTViewManager.h>
14 #import <React/UIView+React.h>
/expo/packages/expo/build/launch/
H A DwithDevTools.ios.js1 import * as React from 'react';
24 return (React.createElement(React.Fragment, null,
25 React.createElement(AppRootComponent, { ...props }),
26 React.createElement(DevLoadingView, null)));
28 return React.createElement(AppRootComponent, { ...props });
/expo/ios/vendored/unversioned/react-native-reanimated/ios/
H A DREAModule.h6 #import <React/RCTBridgeModule.h>
7 #import <React/RCTEventDispatcher.h>
8 #import <React/RCTEventEmitter.h>
9 #import <React/RCTUIManager.h>
10 #import <React/RCTUIManagerObserverCoordinator.h>
11 #import <React/RCTUIManagerUtils.h>
/expo/packages/html-elements/build/primitives/
H A DcreateDevView.js1 import React from 'react';
4 return React.useMemo(() => {
6 React.Children.forEach(inputChildren, (child) => {
14 … children.push(React.createElement(Text, { style: [StyleSheet.absoluteFill, styles.error] },
16 React.createElement(Text, { style: { fontWeight: 'bold' } }, child),
32 return React.forwardRef(({ children, ...props }, forwardedRef) => {
33 …return React.createElement(View, { ref: forwardedRef, ...props, children: useChildren(children) });

12345678910>>...102