Skip to content

Commit

Permalink
- Fixed default export.
Browse files Browse the repository at this point in the history
  • Loading branch information
avishayil committed Nov 20, 2017
1 parent 682c6d3 commit 068eb81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ import { NativeModules} from 'react-native';

const { RNRestart } = NativeModules;

module.exports = RNRestart;
export default RNRestart;

0 comments on commit 068eb81

Please sign in to comment.