Skip to content

Commit

Permalink
Add noops for required plugin functions
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanVann committed Sep 12, 2016
1 parent a31be28 commit 6c6575b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
@@ -1,6 +1,8 @@
import locale from 'react-native-locale-detector'

export default {
init: Function.prototype,
type: 'languageDetector',
detect: () => locale,
cacheUserLanguage: Function.prototype,
}

0 comments on commit 6c6575b

Please sign in to comment.