Andrija Jambrovic
Andrija Jambrovic
Just realised only sometimes I get incorrect typings, so since the code is working 😁 I assume typings are incorrect. Points two and three happen in any place, point one...
I followed both the [OP instructions](https://github.com/react-native-community/upgrade-support/issues/25#issue-591311756) and [I've added FB_SONARKIT and LD_RUNPATH_SEARCH_PATHS](https://github.com/react-native-community/upgrade-support/issues/25#issuecomment-608585271) AND it worked 🎉 Then I dug into the changes and realised that we don't need the dummy...
Using any `HealthUnits` anywhere results in the mentioned exception
@JaafarRammal - nice catch; could be that this is the way to go since I see it used that way in the examples Edit: Though that one is missing values,...
@JaafarRammal - yeah, I'll wait at least for their response in this issue (since we have @lucaspbordignon assigned)
> hey @madandrija, there is no one assigned to it actually. @macelai - they were until 6 minutes ago when you unassigned them 😂 In any case, is this something...
If this isn't done, I'm not sure there will be any use for RND since [apps crash when they touch code that uses TurboModules](https://github.com/software-mansion/react-native-reanimated/issues/1663#issuecomment-770769922)
> @mikerodham I have the same issue, maybe try to add a local image natively in the IOS project -> Images.xcassets and then use it like this : source={{ uri:...
`componentWillMount` is now eligible for removal: Warning: componentWillMount has been renamed, and is not recommended for use. See https://fb.me/react-async-component-lifecycle-hooks for details. * Move code with side effects to componentDidMount, and...
@SafwatAlto - I read this somewhere and I've added the default one from RN ``` source 'https://rubygems.org' # You may use http://rbenv.org/ or https://rvm.io/ to install and use this version...