Dulmandakh
Dulmandakh
There is an update https://developers.facebook.com/blog/post/2021/07/01/future-of-buck/
I would propose to have MAJOR.MINOR versioning instead of MAJOR.MINOR.PATCH because we won't have that many releases. And release major version if we make breaking changes are introduced, otherwise MINOR...
ruby addition would be MINOR update, because it won't break anything.
Modal is just a container so you can build your own UI. Or you can use third-party ready made modals.
how is it easy to support multiple backends, like plain android and google play services?
let's make it work for most cases, or use Google Services. Maybe add other backends later on.
even though I managed to build ARM64 image, but it fails to compile RN 0.72 due to android tooling issues.
Please remove everything in provided_deps, and add **react_native_dep("third-party/android/androidx:appcompat")**
You find a file that fails to compile, and usually there is a BUCK file in the same folder which might require change.
I dug a little bit, and couldn't a fix the test failure. It seems like AppCompat components require themed context, ThemedReactContext in RN case, but RN passes ReactApplicationContext to modules...