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

cross platform testing #1

Open
jacklein opened this issue Dec 20, 2018 · 17 comments
Open

cross platform testing #1

jacklein opened this issue Dec 20, 2018 · 17 comments

Comments

@jacklein
Copy link
Owner

My laptop is too old to download xcode so I cannot test on an iphone x simulator to see what it looks like. I'm also working on setting up the android simulator but if anyone could test on these devices and see if there's any problems that would be great!

@SoftARV
Copy link

SoftARV commented Dec 20, 2018

i was testing the component on my Android phone and the gestures doesn't seen to work.
I have to manually change the startUp property to see my component.
Is there something else i need to do to get it working?
drawingdrawing

@jacklein
Copy link
Owner Author

@SoftARV can you post your code so i can look at it? i can't be sure without looking at what you've written

@SoftARV
Copy link

SoftARV commented Dec 21, 2018

this is the render method of my component.

The constant for the sizes are 400 for the container height and 60 for the bar.

screen shot 2018-12-20 at 8 48 07 pm

@jacklein
Copy link
Owner Author

because you have a MAIN_BAR, you need to also set the offset={MAIN_BAR_SIZE}, let me know if that works.

@SoftARV
Copy link

SoftARV commented Dec 21, 2018

I didn't set the offset because I'm not using any navbar or tabbar in my home screen as you can see in the images a put before.
I'm using the whole screen for the drawer but when a try to drag my component nothing happen.
maybe my component that is rendering in the drawer is pushing the draggable part away, I think?

@jacklein
Copy link
Owner Author

is there any way for you to post your entire code base or at least enough for me to be able to reproduce your problem?

@SoftARV
Copy link

SoftARV commented Dec 21, 2018

let me upload my project to GitHub.
I was planning on doing it but never have the necessity yet.

@jacklein
Copy link
Owner Author

can you show me what styles.modalContainer looks like

@SoftARV
Copy link

SoftARV commented Dec 21, 2018

It only has the height of the container at 400.
Here is the repo of my project
https://github.com/SoftARV/Todo-App

@jacklein
Copy link
Owner Author

jacklein commented Dec 21, 2018

i bet it has something to do with the bottom drawer's parent component. try taking it out of the view and instead make it it's sibling? i'll copy the repo and mess around with it too. damn i hope we can figure this out :0

@jacklein
Copy link
Owner Author

actually sorry i cant play with your project because i have to use the Expo ide which can only run javascript. if you can play around with it more and try to debug it i would be very grateful.

@SoftARV
Copy link

SoftARV commented Dec 21, 2018

sure no problem, I figure it out.
if anything change I'll let you know.
and yeah I'm not using expo right now, just learning all the ropes with React Native only.

@jacklein
Copy link
Owner Author

yeah unfortunately my mac os is too old for xcode so theres not much i can do about it haha.

and ok, keep me updated! and if you think it's a bug within this repo, feel free to make a PR!!

@jacklein
Copy link
Owner Author

@SoftARV i just made the api wayyyyyy more simple and imo way better. can you try using it again and let me know if it works? thanks!

@zacler
Copy link

zacler commented Feb 26, 2019

@jacklein - we are having some issues using this - animations are off and it doesn't scroll - any thoughts?

@jacklein
Copy link
Owner Author

@zacler sorry I’ve been busy starting a new job and I’ve been quite unresponsive :/ but have you looked at the solution posed on the other open issue?

@zacler
Copy link

zacler commented Feb 28, 2019 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

3 participants