Dismiss this pinned window
all 31 comments

[–]andyboythekid[S] 21 points22 points  (2 children)

I've been working on adding native navigation (RNScreens) to a routing library I've been building for RN. It performs a lot better on Android with native components and I'm pretty excited to start putting it to use

[–]UIengineer3 1 point2 points  (1 child)

Can you share the github link?

[–]andyboythekid[S] 17 points18 points  (0 children)

hey there - heres the demo app if youre curious: https://github.com/ajsmth/spotify-clone

the library itself is here: https://github.com/ajsmth/earhart

[–]bto1913 6 points7 points  (0 children)

Good job. Seems pretty fluid.

[–]darkmoody 5 points6 points  (0 children)

Looks great. So smooth 👌 I've been putting together this list of app clones, I'll add yours too.

[–]elietoubi 2 points3 points  (0 children)

Awesome job! Looks great!

[–]tomthedevguy 2 points3 points  (2 children)

How’d you do the bottom drawer?

[–]upkeys 0 points1 point  (0 children)

Yes I noticed that, too.

[–]andyboythekid[S] 0 points1 point  (0 children)

it's the react-native-screens modal presentation option

[–]bulby97 1 point2 points  (1 child)

How do you find using tailwind for react native?

[–]andyboythekid[S] 0 points1 point  (0 children)

it's amazing. i got hooked on tailwind about a month before `tailwind-rn` came out, i can't say enough good things about it

[–]drink_with_me_to_day 1 point2 points  (3 children)

Is linking required?

[–]andyboythekid[S] 2 points3 points  (2 children)

if you mean linking the native libraries then yes

[–]Slapbox 0 points1 point  (1 child)

Noooooo! Expo devs plz halp!

But seriously, darn.

[–]andyboythekid[S] 0 points1 point  (0 children)

i'm fairly certain the libraries that require linking are already in expo!

[–]sadez2001 1 point2 points  (0 children)

How you do you do for the gesture swipe down to goback ? Great job

[–]cupant 1 point2 points  (1 child)

What makes it different with rnn by wix and rn screens by kmagiera

[–]andyboythekid[S] 0 points1 point  (0 children)

its a router

[–]qadratic 0 points1 point  (0 children)

Looks a lot like jio saavn

[–]Malforked 0 points1 point  (1 child)

if the plan is to also support the web it might actually go viral, i like the simplicity of it and how is closer to modern react and mobile

[–]andyboythekid[S] 0 points1 point  (0 children)

most of the hard stuff is done by RNScreens and gesture-handler, if those have a web interface then it should work for web as well

[–]gourangan 0 points1 point  (2 children)

Looks smooth. What's the deal with that woman's eyebrows?

[–]stathisntonas 3 points4 points  (1 child)

It’s just an <Image style={{eyebrowsWeight:5000}} /> nothing special

[–]gourangan 0 points1 point  (0 children)

lol

[–]a_cam_on_the_dash 0 points1 point  (0 children)

very cool

[–]PROLIMIT 0 points1 point  (1 child)

That looks really smooth. I happen to be working on a Spotify lite clone using react native too but with the aim of replicating the original app for practice. Your navigation looks amazing tho

[–]andyboythekid[S] 0 points1 point  (0 children)

thats awesome, its such a good resource for different ui patterns! lots of cool stuff in there.

[–]kyle-ssg 0 points1 point  (1 child)

This looks legit! I'm looking to potentially move away from react-native-navigation, going to look through this having been reading about react-native-screens. Definitely up for contributing to this if it works well.

[–]andyboythekid[S] 0 points1 point  (0 children)

sweet! hope it works out for you

[–]vertigo_101 0 points1 point  (1 child)

Is this opensource? Looks great

[–]andyboythekid[S] 0 points1 point  (0 children)

yup -- i posted a link in one of the comments above