Skip to content

Commit d3b2991

Browse files
committed
Move the JS module to a subfolder
1 parent cdebe08 commit d3b2991

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

index.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
// @flow
22

3-
import { Platform } from 'react-native'
4-
5-
export default (Platform.OS === 'ios'
6-
? require('./index.ios')
7-
: require('./index.android'))
3+
import Permissions from './lib/permissions'
4+
export { Permissions as default }
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)