diff --git a/example/index.js b/example/index.js index 5aeac8dc2bc0680671898743b6950ee1dfffed5f..f047e961d1d01f0a1db39e7078cbcc43211211d5 100644 --- a/example/index.js +++ b/example/index.js @@ -6,7 +6,7 @@ import { Button } from 'react-native'; import React, {Component} from 'react'; -import { Notifications } from '../lib/dist/index'; +import { Notifications } from 'react-native-notifications'; class NotificationsExampleApp extends Component { constructor() { diff --git a/index.ios.js b/index.ios.js deleted file mode 100644 index c38e7f06d4a0bbcb488ef027d8c265db95027ac6..0000000000000000000000000000000000000000 --- a/index.ios.js +++ /dev/null @@ -1 +0,0 @@ -require('./example/index'); \ No newline at end of file diff --git a/index.android.js b/index.js similarity index 100% rename from index.android.js rename to index.js