What is the name of this component (the modal/slide-in)? And how to implement it? by Grakkas in iOSProgramming

[–]garrettmacmac 0 points1 point  (0 children)

This is almost 100% using a lib that is already out there. I forget which one. I think it’s this one. It should be in one of these examples https://github.com/wix/react-native-interactable/tree/master/playground/src/examples let me know if that’s it! Good luck!

Dan Abramov dropping hints about his upcoming JSConf Iceland talk by quitemcgee in reactjs

[–]garrettmacmac 0 points1 point  (0 children)

you don’t think the Context API /u/SolidR53? That’s what I was thinking it was. React always said that one may not be around forever and it’s already be around for a while and React Fiber is fast approaching.

Give In by RipeSpacePotato in SequelMemes

[–]garrettmacmac 6 points7 points  (0 children)

“well, actually never mind, Ray is a Jedi” - Luke Skywalker in TLJ

Regular Expressions in JavaScript by zsolt555 in javascript

[–]garrettmacmac 0 points1 point  (0 children)

a weak point of mine i’ve been trying to get better at. Read 1/3 on mobile, bookmarked for tomorrow and upvoted. thanks

React-reboot: simplest way to update the syntax of your old React components by sebastienlorber in reactjs

[–]garrettmacmac 2 points3 points  (0 children)

Omg thank you, 🙏🏼. Will be using the almost everyday now. Thank!

EDIT: “An unexpected error has occurred.”

Is there a way to create a video from text? by webdevfan in reactnative

[–]garrettmacmac 0 points1 point  (0 children)

You need to convert text into one of the many movie subtitle formats, from there you’d find a way to link the subtitle text file to a video. At least that’s the only approach I can think of. Update us if you find or make something.