Skip to content

Commit

Permalink
Updates from Wed Mar 4
Browse files Browse the repository at this point in the history
- [ReactNative] modernize DatePicker | Spencer Ahrens
- React Native: Force !ExecutionEnvironment.canUseDOM | Tim Yung
- [react-packager] Recover and warn from corrupted cache file | Amjad Masad
- [ReactNative] Github repo's gitignore is written at export | Amjad Masad
- [ReactNative] Use strings instead of constants for keyboardDismissMode | Christopher Chedeau
  • Loading branch information
vjeux committed Mar 4, 2015
1 parent 86aa5f8 commit 7b0cd86
Show file tree
Hide file tree
Showing 10 changed files with 83 additions and 527 deletions.

This file was deleted.

2 changes: 1 addition & 1 deletion Examples/Movies/SearchScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ var SearchScreen = React.createClass({
renderRow={this.renderRow}
onEndReached={this.onEndReached}
automaticallyAdjustContentInsets={false}
keyboardDismissMode={ScrollView.keyboardDismissMode.OnDrag}
keyboardDismissMode="onDrag"
keyboardShouldPersistTaps={true}
showsVerticalScrollIndicator={false}
/>;
Expand Down
44 changes: 0 additions & 44 deletions Examples/TicTacToe/AppDelegate.m.orig

This file was deleted.

Loading

0 comments on commit 7b0cd86

Please sign in to comment.