Skip to content

Commit 91d9e27

Browse files
committed
Fixed require cycle on iOS. This will temporary break Android.
1 parent f86c2a7 commit 91d9e27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stores/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import Contact from './models/posting/Contact'
1717
import MicroBlogApi, { API_ERROR } from '../api/MicroBlogApi';
1818
import Services from './Services';
1919
import ShareMenu from 'react-native-share-menu'
20-
import Share from './Share'
20+
// import Share from './Share'
2121

2222
let SCROLLING_TIMEOUT = null
2323
let CURRENT_WEB_VIEW_REF = null

0 commit comments

Comments
 (0)