#SharedValue
Success! Android is up and running. I'll see if I can get to iOS today. One thing I ran into was not being able to set a SharedValue inside of useFrameProcessor. So I had to settle for calling an update function via Worklets.createRunOnJS.

Branch work is here: github.com/frankcalise/...
March 28, 2025 at 12:30 PM Everybody can reply
5 likes
Nice pres from @JosSolheim on purpose-driven business: #impinv #socent #SharedValue. <a href="http://bit.ly/1oC8w4h" class="hover:underline text-blue-600 dark:text-sky-400 no-card-link" target="_blank" rel="noopener" data-link="bsky">http://bit.ly/1oC8w4h
Page not found - Shared Value Initiative
bit.ly
November 19, 2024 at 2:52 AM Everybody can reply
👋 Delighted to share that our paper, published by Business Strategy and the Environment — was featured among the journal’s top 10% most-viewed papers.

onlinelibrary.wiley.com/doi/full/10....

#CSR #SharedValue #CorporateResponsibility #CorporateSustainability #OpenInnovation #StakeholderTheory
https://onlinelibrary.wiley.com/doi/full/10.10…
April 16, 2025 at 12:30 PM Everybody can reply
1 likes
Resharing a great resource and framework for brands to lead with purpose.

Discover more in FSG and the Shared Value Initiative’s Purpose Playbook:
www.fsg.org/resource/pur...

#corporatepurpose #responsiblebusiness #CSR #sharedvalue #brandpurpose #brandstrategy
May 30, 2025 at 12:27 AM Everybody can reply
Instead of using Animated.Text from Reanimated, use Animated TextInput and use animatedProps to update its value.

The main thing 👉 use text: instead of value: to show text directly from the SharedValue.
October 4, 2025 at 6:43 PM Everybody can reply
React Native Trick ⚡️

You can show a SharedValue as text without extra re-rendering.

Code + use case in the thread 🧵👇
October 4, 2025 at 6:43 PM Everybody can reply
4 likes 4 saves
3. Luckily the useAnimatedProps hook fills the gap by letting us animate the object using a SharedValue (very similar to the trick commonly used with BlurView)
September 28, 2025 at 3:34 PM Everybody can reply
Sweet. Reminds me of Reanimated's SharedValue 😊
April 17, 2025 at 9:20 PM Everybody can reply
1 likes