Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

.buckconfig for ReactNative project

i am playing around with react native. And i read a lot about buckbuild system. Now i am trying to connect those two (in order to get the full potential in nuclide editor).

Does anybody have a tip for me how to generate a buckconfig file for an existing react native project? Is this even possible automatically? If not, does anybody have a working project with buckbuild and react native?

I would also appreciate all kind of tutorials that are about react native & buckbuild.

like image 375
Martin Mlostek Avatar asked Aug 10 '16 21:08

Martin Mlostek


1 Answers

Resolved, now since it is part of React Native CLI.

react-native version 0.62:

[android]
  target = Google Inc.:Google APIs:23

[maven_repositories]
  central = https://repo1.maven.org/maven2
like image 153
Sébastien Mascha Avatar answered Sep 21 '22 09:09

Sébastien Mascha