Browse Source

support `require('react-native-permissions')`

Yonah Forst 8 years ago
parent
commit
0f671f3327
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      ReactNativePermissions.ios.js

+ 1
- 1
ReactNativePermissions.ios.js View File

106
 	}
106
 	}
107
 }
107
 }
108
 
108
 
109
-export default new ReactNativePermissions()
109
+module.exports = new ReactNativePermissions()