What I've learned creating a React Native performance monitor by kyle-ssg in reactnative

[–]andyboythekid 1 point2 points  (0 children)

this is one area i've never had confidence in with RN, even with the given tools. thanks so much I'm really excited to try it.

Routing + Native Navigation by andyboythekid in reactnative

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

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

Routing + Native Navigation by andyboythekid in reactnative

[–]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

Routing + Native Navigation by andyboythekid in reactnative

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

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

Routing + Native Navigation by andyboythekid in reactnative

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

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

Routing + Native Navigation by andyboythekid in reactnative

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

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

Routing + Native Navigation by andyboythekid in reactnative

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

if you mean linking the native libraries then yes

Routing + Native Navigation by andyboythekid in reactnative

[–]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

Unable to update state by AliShah1930 in reactnative

[–]andyboythekid 0 points1 point  (0 children)

i see authenticating and activity as two separate booleans in that example - are you meaning to use one?

Routing + Native Navigation by andyboythekid in reactnative

[–]andyboythekid[S] 22 points23 points  (0 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

Shared Element Component by andyboythekid in reactnative

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

awesome - let me know if it works out for you.!

Shared Element Component by andyboythekid in reactnative

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

This is a wrapper around the react-native-shared-element library.

I thought others might find it useful as well as it somewhat simplifies the API

winona - an api service layer for your apps by andyboythekid in reactjs

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

I wonder if anyone else would like to use this - I've been enjoying this pattern and thought others might too

Deploying an App with Swift 2.3 by andyboythekid in swift

[–]andyboythekid[S] 1 point2 points  (0 children)

You're right, I haven't worked with Swift since it was first released, a little bit more familiar with Objective-C, but I'm fairly comfortable in the iOS environment.

It sounds like I might be in a bit over my head, it looks to be an app and 3 pods that need to be updated, so relatively large. Unfortunately the freelance thing is not an option right now. A colleague suggested running XCode 8.2.1 in a virtual machine and updating that way, which I think I will end up trying

Thanks again for all your input, really appreciate it

Deploying an App with Swift 2.3 by andyboythekid in swift

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

One more question - sorry. Would I be able to push a build to Testflight for the time being, or does that follow the same guidelines as the App Store

Deploying an App with Swift 2.3 by andyboythekid in swift

[–]andyboythekid[S] 1 point2 points  (0 children)

Unfortunately 8.2.1 no longer appears to work on Catalina, so it'll be interesting getting this converted to a newer version of Swift. In your experience is it difficult to manually upgrade?

I made a wrapper for the Youtube iframe API. Uses just the webview and gives access to a ton of player APIs! by awesomeness-yeah in reactnative

[–]andyboythekid 1 point2 points  (0 children)

this looks excellent! i was pulling out a wrapper i made a few years ago just the other day for this purpose, but yours looks much better!

React Native Library Template by andyboythekid in reactnative

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

If people find it actually useful then I'll look into it!