introduce ReactApple (#41419)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/41419

Changelog: [iOS][something]

Creating a new top level directory for Apple platform specific code.

Reviewed By: christophpurrer

Differential Revision: D51170984

fbshipit-source-id: 1a453c9ae9142167afef5ac4a348c644fa6f1ab3
This commit is contained in:
Phillip Pan
2023-11-18 22:13:40 -08:00
committed by Facebook GitHub Bot
parent 917fd25cbb
commit 9af8f78d3b
@@ -0,0 +1,5 @@
# ReactApple
ReactApple contains code to ship React Native apps to Apple devices. The dominant language is Objective-C.
New libraries built with Apple frameworks or intended to ship to Apple devices should live in this directory.