mirror of
https://github.com/status-im/react-native-camera.git
synced 2026-08-30 21:21:06 +00:00
Add example
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import React from 'react';
|
||||
import { AppRegistry } from 'react-native';
|
||||
|
||||
import Example from './Example';
|
||||
|
||||
AppRegistry.registerComponent('Example', () => Example);
|
||||
Reference in New Issue
Block a user