Skip to content

Commit

Permalink
Fix flow and npm shrinkwrap
Browse files Browse the repository at this point in the history
  • Loading branch information
frantic committed Apr 26, 2016
1 parent 4a02254 commit 9ec067a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/actions/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ const Parse = require('parse/react-native');
const ActionSheetIOS = require('ActionSheetIOS');
const Platform = require('Platform');
const {version} = require('../env');
const SendIntentAndroid = Platform.OS === 'android' ? require('react-native-send-intent') : undefined;

import type { Action, ThunkAction } from './types';

Expand Down Expand Up @@ -64,6 +63,7 @@ function testExportAppState(): ThunkAction {
message: message,
}, () => {}, () => {});
} else {
const SendIntentAndroid = require('react-native-send-intent');
SendIntentAndroid.sendText({
title: subject,
text: message,
Expand Down
5 changes: 5 additions & 0 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"react-native-fbsdk": "github:facebook/react-native-fbsdk#0.1.0-alpha.1",
"react-native-linear-gradient": "~1.5.0",
"react-native-push-notification": "frantic/react-native-push-notification#7142da7",
"react-native-send-intent": "^1.0.7",
"react-native-send-intent": "~1.0.7",
"react-native-share": "frantic/react-native-share#674df947b3",
"react-redux": "~4.3.0",
"react-relay": "~0.7.3",
Expand Down

0 comments on commit 9ec067a

Please sign in to comment.