Bluesky Β· Hashtag

#ReactNative

32
posts Β· 30d
24
users
1
posts / day
1.3
posts / user
-29% vs last week

#ReactNative is an active hashtag on Bluesky. In the last 30 days, 24 people shared 32 posts with it β€” around 1 a day. Activity is down 29% versus the previous week, peaking on Jul 9 with 3 posts.

#ReactNative posts per day (last 30 days)

Related tags

Tags most often used together with #ReactNative.

Posts with #ReactNative

hailey
@hailey.at
over 2 years ago
Okay, finished wrapping this up into a library. Knocked out a bunch of additional styles and props that were not supported before and fixed up a few bugs including a character counting bug (emojis why??). Hopefully will be useful for people building with react-native. #software #reactnative
npm: react-native-uitextview

www.npmjs.com

npm: react-native-uitextview

UITextView for React Native. Latest version: 1.1.1, last published: 10 minutes ago. Start using react-native-uitextview in your project by running `npm i react-native-uitextview`. There are no other p...

3 9 55
Nick πŸ‘¨πŸΌβ€πŸ’»πŸ΄β€β˜ οΈ
@nickfdev.bsky.social
over 1 year ago
Since my first list has no space left over, but there are a lot of #devs left i want to connect to, i did open a second starter pack. Comment if you want to join! #buildinpublic #indiehacker #reactnative go.bsky.app/Qpth3tc
#Indiehacker Starter Pack by Nick πŸ΄β€β˜ οΈ #2
Nick πŸ‘¨πŸΌβ€πŸ’»πŸ΄β€β˜ οΈ

#Indiehacker Starter Pack by Nick πŸ΄β€β˜ οΈ #2

Starter pack by Nick πŸ‘¨πŸΌβ€πŸ’»πŸ΄β€β˜ οΈ

A starterpack full of fellow indiehackers #buildinpublic

22 10 36
hassankhan
@hassankhan.me
over 1 year ago
Day 10: Expo Config Plugins In my opinion, possibly the single greatest thing in the #ReactNative ecosystem, even better than New Architecture. Config plugins fix SO much pain, and go hand-in-hand with the prebuild process, together enabling what's called Continuous Native Generation (or CNG)

Day 9: Expo and #ReactNative As someone who’s gone from actively avoiding @expo.dev to never shutting up about it, I’m trying hard not to make this sound like a love letter. Coming back to appdev after years of @nextjs.org, I felt right at home.

2 3 33
Samuel
@samuel.fm
11 months ago
#reactnative question: is this an acceptable way to use RNGH? I don't want the identity of `nativeGesture` to change, so as `drawerGesture` changes I just keep adding them endlessly in an effect seems cursed but fixes a gnarly perf problem!
function DrawerGestureRequireFail({children}: {children: React.ReactNode}) {
  const drawerGesture = useContext(DrawerGestureContext)

  const nativeGesture = useMemo(() => Gesture.Native(), [])

  // the drawer gesture identity changes whenever the drawer opens/closes,
  // but we don't want the GestureDetector to rerender when that happens
  // therefore we just keep adding the gestures every time it changes to the same
  // native gesture -sfn
  useEffect(() => {
    if (drawerGesture) {
      nativeGesture.requireExternalGestureToFail(drawerGesture)
    }

    // TODO: figure out how to clean this up
  }, [drawerGesture, nativeGesture])

  return <GestureDetector gesture={nativeGesture}>{children}</GestureDetector>
}
2 0 22

Posts are pulled live from Bluesky and cached briefly. Posts with content labels are hidden.