Skip to content

Conversation

@CodyJasonBennett
Copy link
Member

Fixes pmndrs/native#13 by having expo modules be optional for those creating their own custom canvas.

@codesandbox-ci
Copy link

codesandbox-ci bot commented Sep 13, 2024

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 6015419:

Sandbox Source
example Configuration


export interface Props extends CanvasProps {}

// Lazily load expo-gl, so it's only required when Canvas is used

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think that works.

// Called on context create or swap
// https://github.com/pmndrs/react-three-fiber/pull/2297
const onContextCreate = React.useCallback((context: ExpoWebGLRenderingContext) => {
const onContextCreate = React.useCallback((context: WebGL2RenderingContext) => {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

types of optional dependencies can still be used.

@DennisSmolek DennisSmolek added the react-native to do with react-native label Dec 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

react-native to do with react-native

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make expo-gl and expo-assets optional

4 participants