Skip to content

Update with wix's code #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 29 commits into from
Aug 31, 2016
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
1ccaedc
initial commit: implement a top notification view which is displayed …
artald May 25, 2016
f678e25
added autoresizing-mask (support rotation)
artald Jun 7, 2016
7b21360
added auto-resizing mask to support rotation (
artald Jun 7, 2016
1c58bd4
support showing a bottom notification
artald Jun 7, 2016
20c7142
added simple animation preset
artald Jun 7, 2016
20f1773
if necessary, add a view with the same color to cover the gap if ther…
artald Jun 7, 2016
d98ad47
Bug fix: in case there is a interactivePopGestureRecognizer, it preve…
artald Jun 29, 2016
9b9a5a6
merge from master
artald Jul 3, 2016
61891e4
Merge branch 'RCCNotification'
artald Jul 3, 2016
5818177
added notification native files to project (removed on merge)
artald Jul 3, 2016
c86f28c
version bump
artald Jul 3, 2016
bb354aa
notification: fixed animation damping not taken into account
artald Jul 4, 2016
e4ff1be
support NewRelic custom interaction name
artald Jul 5, 2016
1e48603
fixed view leaking and component unmount not called
DanielZlotin Jul 12, 2016
fe011d6
2.0.9
DanielZlotin Jul 12, 2016
0e7b5f1
added launchOptions to RCCManager
Jul 18, 2016
de32064
Merge pull request #73 from wix/add-launch-options
DanielZlotin Jul 19, 2016
96d2a3a
2.0.10
DanielZlotin Jul 19, 2016
09fb25b
Fixed a bug with dismissAllModalPresenters that caused a leak in RCT…
artald Jul 20, 2016
d76944e
feat(tab item): set accessibilityIdentifier property for e2e tests
ofirdagan Aug 4, 2016
c7636c6
Merge pull request #83 from ofirdagan/master
artald Aug 7, 2016
d2fc428
version bump
artald Aug 7, 2016
b90c77a
Update README.md
drorbiran Aug 15, 2016
620b07c
support RN31:
artald Aug 24, 2016
fff138c
if we don't have any modals shown - don't show the dismiss animation …
artald Aug 25, 2016
f34930e
version bump
artald Aug 25, 2016
efee40e
When the drawer pan gesture starts - cancel react touches so the touc…
artald Aug 25, 2016
32570ca
version bump
artald Aug 25, 2016
ff31832
update package.json
DanielZlotin Aug 28, 2016
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
Prev Previous commit
Next Next commit
version bump
  • Loading branch information
artald committed Aug 7, 2016
commit d2fc428a0c14eab98c1dcc2b2e23aeb11d4cd764
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "git",
"url": "https://github.com/wix/react-native-controllers.git"
},
"version": "2.0.11",
"version": "2.0.12",
"description": "React Native Controllers",
"nativePackage": true,
"bugs": {
Expand Down