Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
switch React reference from React Native to React for iOS
  • Loading branch information
James committed Apr 21, 2016
commit 3d110b0e8fb8254b62548ec38bc64c06c3f01d22
3 changes: 2 additions & 1 deletion ActionSheet.ios.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
'use strict';

import React, {
import React from 'react';
import {
ActionSheetIOS,
View,
} from 'react-native';
Expand Down