1// Jest Snapshot v1, https://goo.gl/fbAQLP
2
3exports[`renders static 1`] = `
4<View>
5  <ViewManagerAdapter_ExponentGLView
6    enableExperimentalWorkletSupport={false}
7    onSurfaceCreate={[Function]}
8    style={
9      {
10        "flex": 1,
11      }
12    }
13  />
14</View>
15`;
16