Peter Fasula

Results 3 comments of Peter Fasula
trafficstars

> Here's my Podfile in case you need it: > > ``` > platform :ios, '12.0' > require_relative '../node_modules/react-native/scripts/react_native_pods' > require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules' > > inhibit_all_warnings! > > target 'Todorant' do...

I had similar problem only on initial load - would be fixed on each next tooltip, so I think it is only a placement issue on initial layout.. I was...

Hey thanks for response @ronickg , that does look similar. I'll see if that patch works for me