Skip to content
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

Slide in animations not working #24

Closed
ccorcos opened this issue Nov 27, 2018 · 4 comments
Closed

Slide in animations not working #24

ccorcos opened this issue Nov 27, 2018 · 4 comments

Comments

@ccorcos
Copy link

ccorcos commented Nov 27, 2018

The following code does not slide in from the right.

				await InAppBrowser.open(url, {
					animations: {
						startEnter: "slide_in_right",
						startExit: "slide_out_left",
						endEnter: "slide_in_right",
						endExit: "slide_out_left",
					},
				})
@jdnichollsc
Copy link
Member

more info please... do you have these animations into the Android resources? https://github.com/proyecto26/react-native-inappbrowser/tree/master/example/android/app/src/main/res/anim

Check the example https://github.com/proyecto26/react-native-inappbrowser/tree/master/example

@ccorcos
Copy link
Author

ccorcos commented Nov 28, 2018

Hmm. No. I'm doing this in iOS. Didn't add anything else, just tried putting those animations in....

@jdnichollsc
Copy link
Member

The animations are only for Android

@ccorcos
Copy link
Author

ccorcos commented Nov 28, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants