Tom Auty
a05ac22552
Merge branch 'master' of https://github.com/magrinj/react-native-swipeout into magrinj-master
2016-07-01 16:40:07 -04:00
Jérémy Magrin
d9dabd77a2
remove log
2016-06-30 21:58:09 +02:00
Tom Auty
c8c20622d2
Merge pull request #111 from donedgardo/fixGitHubIssue108
...
Pull Request for React-Native 0.27 breaking changes
2016-06-22 11:37:48 -04:00
Jérémy Magrin
616f546dee
Merge branch 'master' of github.com:magrinj/react-native-swipeout
2016-06-17 17:35:10 +02:00
Jérémy Magrin
3174d160fb
Add sensitivity props
2016-06-17 17:33:50 +02:00
donedgardo
270b289b7a
Change requires from React components and react native
...
0.27v in React Native issues
2016-06-15 04:28:47 -04:00
donedgardo
6b91141fd9
Change React import from
2016-06-15 04:26:38 -04:00
Tom Auty
cec5e985e8
Merge pull request #102 from kenfehling/master
...
Put close() at beginning of autoClose
2016-06-03 11:01:00 -04:00
Jérémy M
070449f5f2
Correct error in readme
2016-06-02 17:58:29 +02:00
Jérémy Magrin
403d973504
remove unwanted coma
2016-05-25 13:35:48 +02:00
Jérémy Magrin
b3d91d9d3c
remove react-native peer dependencies and upgrade tweenstate dependency
2016-05-25 13:25:28 +02:00
Jérémy Magrin
7c67ed2851
React-native 0.24+ compatibility
2016-05-25 10:22:04 +02:00
Jérémy Magrin
a83bf29577
Can customize container style
2016-05-18 13:23:49 +02:00
Ken Fehling
3d64c38047
Put close() at beginning of autoClose
2016-05-14 17:38:31 -04:00
Jérémy Magrin
cc48bd1fd8
remove defaulft flex: 1 swipeout container
2016-04-29 14:15:27 +02:00
Jérémy Magrin
f6c0bffa8f
Remove flex: 1 default style swipeout
2016-04-29 14:12:41 +02:00
Jérémy Magrin
d6b72a5594
Native Button remove flex:1 and apply style directy to TouchableHighlight
2016-04-29 14:05:48 +02:00
Jérémy Magrin
89e8be5f02
Change disable opacity value
2016-04-29 11:37:20 +02:00
Jérémy Magrin
b3349471e8
Remove debug
2016-04-29 11:08:56 +02:00
Jérémy Magrin
7fa6f079f8
Update Readme with disabled option
2016-04-29 09:55:42 +02:00
Jérémy Magrin
72a7aea4f4
Allow to disable button
2016-04-29 09:52:14 +02:00
Jérémy Magrin
3c8d108941
Add proptypes declaration
2016-04-04 09:16:16 +02:00
Jérémy Magrin
54a900c46d
Forgot to remove old iOS folder
2016-03-31 16:21:41 +02:00
Jérémy Magrin
e64b24e935
Update examples to ES6 syntax, update react-native to 0.22.2, add android examples
2016-03-31 16:11:49 +02:00
Jérémy Magrin
5829b2a545
Remove android example from root
2016-03-31 16:10:17 +02:00
Jérémy Magrin
c6ee95d4d2
Add NativeButton, user TouchableNativeFeedback for Android device
2016-03-31 16:09:22 +02:00
Dan Cormier
d4baea1a48
Merge pull request #66 from talkol/patch-1
...
No need to create StyleSheets dynamically
2016-02-09 12:43:46 -05:00
Dan Cormier
4523c893d6
Merge pull request #63 from cancan101/patch-2
...
Remove default prop for `onOpen`
2016-02-09 12:43:19 -05:00
Tal Kol
1e3864e6df
No need to create StyleSheets dynamically
...
It's more expensive to create a StyleSheet dynamically (they're registered in a central place) then to simply create a style POJO dynamically. This change could potentially improve frame rate.
2016-02-05 00:05:14 +02:00
Alex Rothberg
249ebfe1f0
Remove default prop for onOpen
...
Closes #61
2016-01-29 14:18:41 -05:00
Dan Cormier
9cde79eaa3
2.0.12
2016-01-21 14:00:55 -05:00
Dan Cormier
f66d4f0bb4
Merge pull request #58 from iwater/master
...
fix touch event on 6S/6SP
2016-01-21 13:57:22 -05:00
iwater
0afe2ea1cf
Merge fix6sTouch into master
2016-01-20 14:38:55 +08:00
iwater
40f451f7d8
fix 6S/6SP touch
2016-01-20 14:27:47 +08:00
Dan Cormier
97d4d0bcfe
2.0.11
2016-01-17 16:04:05 -05:00
Dan Cormier
e551f1cff3
update .npmignore
2016-01-17 16:03:55 -05:00
Dan Cormier
15ab71c608
Merge pull request #57 from dancormier/pr/56
...
Pr/57
2016-01-17 16:00:19 -05:00
Dan Cormier
6ca5e67e5b
merge master and fix conflict
2016-01-17 15:59:02 -05:00
Dan Cormier
edc8500946
2.0.10
2016-01-17 15:57:10 -05:00
Dan Cormier
32f5742a84
2.0.9
2016-01-17 15:56:58 -05:00
Dan Cormier
0b075f8395
added example for Android
...
figured I’d test the MR to make sure it runs!
2016-01-17 15:56:54 -05:00
mHollweck
7f3358d2a1
Added Android support according to pull #39
2016-01-16 13:02:52 +01:00
Dan Cormier
9e33f78a2b
fix Readme preview gif layout
2015-12-04 13:50:01 -05:00
Dan Cormier
33b3fe7327
2.0.9
2015-12-04 13:25:18 -05:00
Dan Cormier
ce6ed59703
Merge pull request #47 from mhollweck/master
...
Fixed TouchableHighlight on iPhone 6
2015-12-04 13:24:43 -05:00
iwater
ca6a1800df
Merge remote-tracking branch 'origin/master'
...
# Conflicts:
# index.js
2015-11-28 16:23:26 +08:00
iwater
1099e420b5
Merge pull request #1 from futurice/master
...
Fix touch issue on iPhone 6S
2015-11-28 16:04:46 +08:00
mHollweck
7c6a2f269e
Fixed TouchableHighlight on iPhone 6
2015-11-26 11:07:09 +01:00
Jani Evökallio
63f56cdf3a
Fix touch issue on iPhone 6S
2015-11-23 11:01:58 +00:00
Chris Kurzeja
ef28509e5b
Added support for Android
...
- set onShouldBlockNativeResponder to be true to ensure compatibility
with android. Default is false - when set to this an error is thrown
- Moved the setting of content height and width to a method triggered
by on layout. Content width is undefined on Android in the
‘handlePanResponderGrant’ method
- Refactored the render code to utilise methods so that duplication of
code is avoided
2015-10-07 09:27:16 +01:00