Home
last modified time | relevance | path

Searched refs:Renderer (Results 1 – 19 of 19) sorted by relevance

/expo/apps/native-component-list/src/screens/GL/
H A DGLThreeSpriteScreen.tsx2 import { Renderer, TextureLoader } from 'expo-three';
12 const renderer = React.useRef<null | Renderer>(null);
62 renderer.current = new Renderer({ gl: gl.current });
H A DGLThreeComposerScreen.tsx2 import { Renderer, TextureLoader } from 'expo-three';
21 const renderer = React.useRef<null | Renderer>(null);
49 renderer.current = new Renderer({ gl: gl.current });
H A DGLSnapshotsScreen.tsx2 import { Renderer, TextureLoader, THREE } from 'expo-three';
44 const renderer = new Renderer({ gl });
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Renderer/
H A DREADME.md15 …inside this folder, the [./Libraries/Renderer](https://github.com/facebook/react-native/tree/main/…
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Renderer/
H A DREADME.md15 …inside this folder, the [./Libraries/Renderer](https://github.com/facebook/react-native/tree/main/…
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Renderer/
H A DREADME.md15 …inside this folder, the [./Libraries/Renderer](https://github.com/facebook/react-native/tree/main/…
/expo/tools/src/
H A DMarkdown.ts66 export interface Renderer { interface
82 export function render(tokens: Tokens, renderer: Renderer = new MarkdownRenderer()): string {
187 export class MarkdownRenderer implements Renderer {
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Image/
H A DTextInlineImageNativeComponent.js.flow13 import type {HostComponent} from '../Renderer/shims/ReactNativeTypes';
H A DImageViewNativeComponent.js.flow18 } from '../Renderer/shims/ReactNativeTypes';
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Image/
H A DTextInlineImageNativeComponent.js.flow13 import type {HostComponent} from '../Renderer/shims/ReactNativeTypes';
H A DImageViewNativeComponent.js.flow15 import type {HostComponent} from '../Renderer/shims/ReactNativeTypes';
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/components/maps/
H A DMapModule.java370 …MapsInitializer.initialize(context, MapsInitializer.Renderer.LATEST, new OnMapsSdkInitializedCallb… in enableLatestRenderer()
372 public void onMapsSdkInitialized(@NonNull MapsInitializer.Renderer renderer) { in enableLatestRenderer()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/components/maps/
H A DAirMapModule.java370 …MapsInitializer.initialize(context, MapsInitializer.Renderer.LATEST, new OnMapsSdkInitializedCallb… in enableLatestRenderer()
372 public void onMapsSdkInitialized(@NonNull MapsInitializer.Renderer renderer) { in enableLatestRenderer()
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/components/maps/
H A DMapModule.java370 …MapsInitializer.initialize(context, MapsInitializer.Renderer.LATEST, new OnMapsSdkInitializedCallb… in enableLatestRenderer()
372 public void onMapsSdkInitialized(@NonNull MapsInitializer.Renderer renderer) { in enableLatestRenderer()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/components/maps/
H A DAirMapModule.java370 …MapsInitializer.initialize(context, MapsInitializer.Renderer.LATEST, new OnMapsSdkInitializedCallb… in enableLatestRenderer()
372 public void onMapsSdkInitialized(@NonNull MapsInitializer.Renderer renderer) { in enableLatestRenderer()
/expo/docs/public/static/diffs/
H A Dexpo-android.diff19 // If you opted-in for the New Architecture, we enable the Fabric Renderer.
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Fabric/Mounting/
H A DABI49_0_0RCTComponentViewFactory.mm220 …@"Component with class %@ has been registered in both the New Architecture Renderer and in the Int…
/expo/packages/@expo/metro-config/build/
H A DcustomizeFrame.js.map1 …port const INTERNAL_CALLSITES_REGEX = new RegExp(\n [\n '/Libraries/Renderer/implementations/.…
/expo/docs/pages/more/
H A Dglossary-of-terms.mdx184 … [Android](#android) and [iOS](#iOS). For more information, see [Fabric Renderer](https://reactnat…