🚀 Want to improve your maps in #ReactNative app? Add markers clustering with react-native-maps for a smooth experience. Let's dive into how to set it up in your app! ⬇️🧵
i'm playing around with @reactnative new architecture examples using [email protected] and [email protected], and it's pretty cool to see automatic batching with native event handlers in action.
Can't believe it. I've been trying to bring seamless native API access to React Native for 5+ years, and just tackled the final boss.
We just called an arbitrary UIKit API from JS, on the UI thread, with no native code – thanks to NativeScript, Node-API, and Reanimated. 🥹🚀
Great example how React Native apps are actually native iOS & Android apps:
I exported a Unity project for Android, dropped the files in /android dir, and can show a <UnityView/> in my React Native app
Anything a native project can do, RN can do - because it _is_ a native project
If you’re reading this, you’re likely already using tools that are created or maintained by @BWidlarz or @WidlarzGroup, such react-native-video or react-native-maps.
Time for you to thank them with a drink in Paris!
👉 https://t.co/WmzzDTlZyg
⚛️ React Connection is a new French conference dedicated to React
🇫🇷 April 22 in Paris
👤 Speakers line-up has been announced
We're offering 2 free tickets!
To enter:
- Follow @sebastienlorber + @ReactConn
- Like & RT
Winners will be randomly selected next week
Now is the time to verify New Architecture compatibility in your libraries!
We recommend starting with the Interop Layer, which makes it possible to use your existing library code. It's enabled by default in 0.74
For updates and info on how to help 👇
https://t.co/wixZUPK0yK
Only a month left till @ReactNativeConn in Paris! 🎉 Make sure to grab your tickets and save the date. I'll be there talking about some cool stuff, and I'm super excited to meet you all. Let's get together, learn a bunch, and have some fun. See you in Paris! 🇫🇷📲
#ReactNative
@tomekzaw_ Works pretty well whenever I need to use it. However every time I open it by accident, by computer slows down so much. Is there some AI that detects unintentional clicks to troll the dev even more? 🤣
@AcetyldNL@DanStepanov Camping map is a bit tricky because the library is a wrapper over a google / apple maps. If your camp is shown on google maps than answer is yes. But if it isn't then it's not a best fit for you. You can experiment with custom map overlay, but it's not straightforward
React Native brownfield integrations on iOS just got way easier! ✨
Introducing `RCTRootViewFactory`, which encapsulates the logic of creating RN root views into a factory pattern.
It's my biggest contribution to React Native, thanks to @CipolleschiR for reviewing 🙏