mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
introduce RCTFoundation (#41418)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/41418 Changelog: [iOS][Added] creating a top level directory for shared lightweight utility functions open to suggs on naming and rules we want to enforce Reviewed By: shwanton, christophpurrer Differential Revision: D51170983 fbshipit-source-id: 8bc0a193b486f5a0653ad58d92a034cacede2d61
This commit is contained in:
committed by
Facebook GitHub Bot
parent
9af8f78d3b
commit
e9ecc65652
@@ -0,0 +1,12 @@
|
||||
# RCTFoundation
|
||||
|
||||
RCTFoundation is a collection of lightweight utility libraries.
|
||||
|
||||
Rules for RCTFoundation libraries:
|
||||
- They must only depend on other RCTFoundation libraries.
|
||||
- Headers cannot contain C++.
|
||||
- They have modular set to true in BUCK.
|
||||
- They have complete_nullability set to true.
|
||||
- They have enabled Clang compiler warnings.
|
||||
- They have documentation.
|
||||
- They have unit tests.
|
||||
Reference in New Issue
Block a user