SteffeyDev
4abd6bfd99
Adding prop to make showing in a modal optional
2017-09-12 22:51:55 -04:00
SteffeyDev
71d2ec822e
Fixes for handling changing displayArea and fromRect
2017-09-12 01:12:44 -04:00
SteffeyDev
480914e332
Switching underscore to lodash
2017-08-27 22:17:07 -04:00
SteffeyDev
478f16ef3a
Update Version, add needed dependency
2017-08-27 18:01:55 -04:00
SteffeyDev
c55dae8cb4
Reworked auto direction algorithm, prevention from popover going off screen
2017-08-27 15:03:02 -04:00
SteffeyDev
3a19211d6b
Update version
2017-07-17 23:38:22 -04:00
SteffeyDev
aadcb8c2d5
View now moves to make space for the keyboard
2017-07-17 23:37:36 -04:00
SteffeyDev
ac8d3faf2b
Update Version Number
2017-06-10 16:14:44 -04:00
SteffeyDev
b91cfeba57
Switch to New Popover && Flash Fix
...
I copied the popover file from uk-agilityworks and modified it in the
same way as the other, looking for stability fixes. Turns out, it was
the native driver causing the flickering, so turned that off. Now
supports Android without crashing.
2017-06-10 16:13:43 -04:00
SteffeyDev
41659329ca
Support for Changing Display Widths
2017-06-02 23:44:16 -04:00
SteffeyDev
37492ca823
Update README.md
2017-06-01 16:39:16 -04:00
SteffeyDev
1ad6abb7e5
Update README.md
2017-06-01 16:37:41 -04:00
SteffeyDev
891498ba0f
Fixing the Border Radius by enabling overflow="hidden"
2017-06-01 15:41:27 -04:00
SteffeyDev
03f9ff42f0
Restore to Initial Animation
...
This undoes an odd but unnecessary change I made.
2017-06-01 13:18:37 -04:00
SteffeyDev
09f1ba9a66
Support for Missing fromRect Prop
...
This simply scales the view from the middle when there is no fromRect
prop to go off of.
2017-06-01 13:17:30 -04:00
SteffeyDev
a6e7aa763f
Buffer Popover Off Edges
...
This keeps the popover view from being flush with the edges.
2017-06-01 00:46:26 -04:00
Jean Regisser
8a443d2699
Updated usage example for RN 0.26+
2016-05-27 09:42:55 +02:00
Jean Regisser
6e5f96648d
Added licence badge
2016-05-27 09:41:23 +02:00
Jean Regisser
a9c1601c73
Updated code and example for RN 0.26+, fixes #13
2016-05-27 09:23:50 +02:00
Jean Regisser
f94f0269de
Removed react-native as a peerDependency since it's broken for prereleases, npm/npm#8854
2016-05-27 08:46:03 +02:00
Jean Regisser
572f8c7c8c
Removed issue stats badges
2016-05-27 00:17:37 +02:00
Jean Regisser
e0bf632794
Merge pull request #12 from pavlelekic/master
...
Use react native exposed objects instead of accessing files from react native repo directly
2016-04-26 17:05:38 +02:00
Pavle Lekic
6abaf101ae
Rewrote require calls so that they get react native's exposed objects, instead of referring to the files directly inside the react native package
2016-04-26 10:46:30 +02:00
Jean Regisser
f597398ce3
Fixed README.md JSX highlight
2016-02-02 10:29:56 +01:00
Jean Regisser
0eececafbf
Merge pull request #4 from jjshammas/master
...
Runtime error because of wrong dependency path
2015-10-28 23:29:45 +01:00
John Shammas
5da7f6ffa9
dependency issue
2015-10-26 16:43:19 -04:00
John Shammas
5bc3877365
whoops, committed something from testing
2015-10-26 11:22:30 -04:00
John Shammas
2878e4f02f
error including dependencies from react native
2015-10-26 10:18:49 -04:00
Jean Regisser
eb8a553cf5
Removed now unused Transitions.js
2015-07-31 18:12:52 +02:00
Jean Regisser
4169e935e8
Made it possible to override the default animation and styles
...
Documentation coming soon ;)
2015-07-31 18:10:09 +02:00
Jean Regisser
2100475345
Make arrowSize prop actually represent the rectangle size around the arrow (with the tip pointing up or down)
2015-07-30 16:33:32 +02:00
Jean Regisser
1d9a7a8653
Don’t overscale the arrow when animating to prevent a visual artifact
2015-07-30 15:31:22 +02:00
Jean Regisser
a28326369b
Workaround a visual artifact in the popover scale animation
2015-07-30 14:37:02 +02:00
Jean Regisser
0e991c2843
Added editorconfig
2015-07-30 14:37:02 +02:00
Jean Regisser
c544bfc62b
Refactor to use a variable arrow size and an anchor point when computing geometry
...
This allows more user customisation and flexibility for positioning the arrow
2015-07-30 14:37:01 +02:00
Jean Regisser
c097154278
[WiP] Migrating to react-native Animated API
2015-07-29 17:43:49 +02:00
Jean Regisser
778828c603
Added fancy github badges
2015-06-17 19:08:54 +02:00
Jean Regisser
123da80838
Added link to default hide / show handler
2015-06-12 17:47:55 +02:00
Jean Regisser
754a87b0be
Bumped version to 0.2.0
0.2.0
2015-06-12 17:42:39 +02:00
Jean Regisser
0780f2e70f
Merge pull request #2 from jeanregisser/animations
2015-06-12 17:33:17 +02:00
Jean Regisser
29027ed467
Merge remote-tracking branch 'origin/master' into animations
2015-06-12 17:31:56 +02:00
Jean Regisser
5a638fd497
Documented customShowHandler and customHideHandler
2015-06-12 17:26:29 +02:00
Jean Regisser
23ac9e7b18
Added credits about Transition.js (thanks @brentvatne)
2015-06-12 17:26:01 +02:00
Jean Regisser
e6573efdef
Use peerDependencies for react-native
2015-06-12 16:51:29 +02:00
Jean Regisser
6410920039
Updated demo gif
2015-06-12 16:42:46 +02:00
Jean Regisser
fff9affc26
Make sure the showHandler is called only once
2015-06-12 16:30:36 +02:00
Jean Regisser
286148477d
Tweaked default show animation so the popover expands a bit more before going back to its normal size
...
This is similar to what you can see in the Facebook Groups app
2015-06-12 16:20:19 +02:00
Jean Regisser
c70ac482ee
The arrow tip is now always the origin of the default hide/show animation
...
Previous values were hardcoded and worked only for 1 direction.
2015-06-12 16:17:14 +02:00
Jean Regisser
c8f145eb3f
Bumped version to 0.1.1
0.1.1
2015-06-03 11:11:37 +02:00
Jean Regisser
d43e6c52f4
Use good old for loop to fix #1
2015-06-03 11:10:46 +02:00