Home
last modified time | relevance | path

Searched refs:ProcessingView (Results 1 – 3 of 3) sorted by relevance

/expo/apps/native-component-list/src/screens/GL/
H A DProcessingWrap.tsx1 import { ProcessingView } from 'expo-processing';
27 <ProcessingView style={{ flex: 1 }} sketch={sketch} />
/expo/packages/expo-processing/
H A DREADME.md9 `import { ProcessingView } from 'expo-processing;`.
13 ### `ExpoProcessing.ProcessingView`
40 import { ProcessingView } from 'expo-processing';
45 <ProcessingView style={{ flex: 1 }} sketch={this._sketch} />
H A Dindex.js8 export class ProcessingView extends React.Component { class