Skip to content

Commit

Permalink
Updated IQKeyboardManager to 4.0.13 to fix some bugs with iOS 11.
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasjunior committed Sep 22, 2017
1 parent 9074e25 commit f4c46dc
Show file tree
Hide file tree
Showing 49 changed files with 1,115 additions and 1,125 deletions.
58 changes: 58 additions & 0 deletions .yarnignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
# OSX
#
.DS_Store

# Xcode
#
build/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
*.xccheckout
*.moved-aside
DerivedData
*.hmap
*.ipa
*.xcuserstate
project.xcworkspace

# Android/IntelliJ
#
build/
.idea
.gradle
local.properties
*.iml

# node.js
#
node_modules/
npm-debug.log
yarn-error.log

# BUCK
buck-out/
\.buckd/
*.keystore

# fastlane
#
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
# screenshots whenever they are needed.
# For more information about the recommended setup visit:
# https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Gitignore.md

fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots


Sample
__tests__
screenshots
2 changes: 1 addition & 1 deletion Sample/index.ios.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ KeyboardManager.setPreventShowingBottomBlankSpace(true);
KeyboardManager.setEnableAutoToolbar(true);
KeyboardManager.setToolbarDoneBarButtonItemText("Close");
KeyboardManager.setToolbarManageBehaviour(0);
KeyboardManager.setToolbarPreviousNextButtonEnable(true);
KeyboardManager.setToolbarPreviousNextButtonEnable(false);
KeyboardManager.setShouldToolbarUsesTextFieldTintColor(false);
KeyboardManager.setShouldShowTextFieldPlaceholder(true);
KeyboardManager.setOverrideKeyboardAppearance(false);
Expand Down
6 changes: 6 additions & 0 deletions Sample/install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash

rm -rf node_modules/
rm yarn.lock
yarn install
rm -rf node_modules/react-native-keyboard-manager/Sample/
Loading

0 comments on commit f4c46dc

Please sign in to comment.