UNPKG
@osobh/reactar
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
AR Library for React Native and Expo
github.com/osobh/reactAR
osobh/reactAR
@osobh/reactar
/
mocks
/
expo-camera.js
4 lines
•
138 B
JavaScript
View Raw
1
2
3
4
// __mocks__/expo-camera.js
export
const
Camera
= {
requestCameraPermissionsAsync
: jest.
fn
().
mockResolvedValue
({
status
:
'granted'
}) };