Michał Pierzchała

Results 280 comments of Michał Pierzchała
trafficstars

What @kelset said. Successful autolink will update your `Podfile.lock` with RN libraries that you have in your dependencies (or local if provided). It will also signal this in the `pod...

@ndejesus1227 you can run `yarn react-native config` – it will output a JSON configuration that is used for autolinking. It should have "dependencies" entry with your deps included. It's a...

You're missing the most important part that makes autolinking happen: `use_native_modules!` ```diff --- a/ios/Podfile +++ b/ios/Podfile @@ -28,6 +28,8 @@ target 't7chickenplus' do pod 'glog', :podspec => '../node_modules/react-native/third-party-podspecs/glog.podspec' pod 'Folly',...

@lucasousi gesture handler is perfectly valid with autolinking, please don't disable it.

None yet, unfortunately

@marudy we're happy with accepting any help on how to make Berry work with React Native. Even in a form of the documentation :)

No progress unfortunately

What's the output of running `react-native config` command from `ios` directory or from root?

We've released v7 today with upgraded example as well, so it should be easier to contribute this :)