Skip to content

Commit 28ee44e

Browse files
committed
Don’t need this on iOS either.
1 parent d8e03d5 commit 28ee44e

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
@@ -16,7 +16,7 @@ import AsyncStorage from "@react-native-async-storage/async-storage";
1616
import Contact from './models/posting/Contact'
1717
import MicroBlogApi, { API_ERROR } from '../api/MicroBlogApi';
1818
import Services from './Services';
19-
import ShareMenu from 'react-native-share-menu'
19+
// import ShareMenu from 'react-native-share-menu'
2020
// import Share from './Share'
2121

2222
let SCROLLING_TIMEOUT = null

0 commit comments

Comments
 (0)