File tree 17 files changed +17
-17
lines changed
ReactAndroid/src/main/java/com/facebook/react
internal/featureflags/__docs__
intersectionobserver/__docs__
mutationobserver/__docs__
runtimescheduler/__docs__
scripts/featureflags/__docs__
intersectionobserver/__docs__
mutationobserver/__docs__
react-native-fantom/__docs__
17 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ const config = {
36
36
'relative-links' : true ,
37
37
} ,
38
38
globs : [ '**/__docs__/*.md' ] ,
39
- ignores : [ '**/node_modules' ] ,
39
+ ignores : [ '**/node_modules' , '__docs__/README-template.md' ] ,
40
40
customRules : [ relativeLinksRule ] ,
41
41
} ;
42
42
Original file line number Diff line number Diff line change 1
1
# _ Subsystem name_
2
2
3
- - [ Main doc ] ( .. /__docs__/README.md)
3
+ [ 🏠 Home ] ( path/to/main /__docs__/README.md)
4
4
5
5
_ Description of the subsystem with the necessary context._
6
6
Original file line number Diff line number Diff line change 1
1
# 👻 React Native Fantom
2
2
3
- - [ Main doc ] ( ../../../__docs__/README.md )
3
+ [ 🏠 Home ] ( ../../../__docs__/README.md )
4
4
5
5
Fantom is the new ** integration testing and benchmarking tool for React
6
6
Native** .
Original file line number Diff line number Diff line change 1
1
# Android event dispatching
2
2
3
- - [ Main doc ] ( ../../../../../../../../../../../../__docs__/README.md )
3
+ [ 🏠 Home ] ( ../../../../../../../../../../../../__docs__/README.md )
4
4
5
5
This directory contains Kotlin classes specific to Android event dispatching in
6
6
the new architecture.
Original file line number Diff line number Diff line change 1
1
# Feature Flags
2
2
3
- - [ Main doc ] ( ../../../../../../../../../../../../__docs__/README.md )
3
+ [ 🏠 Home ] ( ../../../../../../../../../../../../__docs__/README.md )
4
4
5
5
This directory contains the Java/Kotlin bindings for the internal React Native
6
6
feature flags system.
Original file line number Diff line number Diff line change 1
1
# Feature Flags
2
2
3
- - [ Main doc ] ( ../../../../../../__docs__/README.md )
3
+ [ 🏠 Home ] ( ../../../../../../__docs__/README.md )
4
4
5
5
This directory contains the shared C++ implementation of the internal React
6
6
Native feature flags system.
Original file line number Diff line number Diff line change 1
1
# Feature Flags
2
2
3
- - [ Main doc ] ( ../../../../../../../__docs__/README.md )
3
+ [ 🏠 Home ] ( ../../../../../../../__docs__/README.md )
4
4
5
5
This directory contains the native C++ TurboModule for the internal React Native
6
6
feature flags system.
Original file line number Diff line number Diff line change 1
1
# IntersectionObserver
2
2
3
- - [ Main doc ] ( ../../../../../../../__docs__/README.md )
3
+ [ 🏠 Home ] ( ../../../../../../../__docs__/README.md )
4
4
5
5
This directory contains the native module used by the
6
6
[ IntersectionObserver API] ( https://developer.mozilla.org/en-US/docs/Web/API/IntersectionObserver )
Original file line number Diff line number Diff line change 1
1
# Microtasks
2
2
3
- - [ Main doc ] ( ../../../../../../../__docs__/README.md )
3
+ [ 🏠 Home ] ( ../../../../../../../__docs__/README.md )
4
4
5
5
This directory contains the native module used to implement ` queueMicrotask ` in
6
6
React Native, which schedules microtasks in the
Original file line number Diff line number Diff line change 1
1
# MutationObserver
2
2
3
- - [ Main doc ] ( ../../../../../../../__docs__/README.md )
3
+ [ 🏠 Home ] ( ../../../../../../../__docs__/README.md )
4
4
5
5
This directory contains the native module used by the
6
6
[ MutationObserver API] ( https://developer.mozilla.org/en-US/docs/Web/API/MutationObserver )
Original file line number Diff line number Diff line change 1
1
# IntersectionObserver
2
2
3
- - [ Main doc ] ( ../../../../../../../../__docs__/README.md )
3
+ [ 🏠 Home ] ( ../../../../../../../../__docs__/README.md )
4
4
5
5
This directory contains the C++ implementation of the
6
6
[ IntersectionObserver API] ( https://developer.mozilla.org/en-US/docs/Web/API/IntersectionObserver )
Original file line number Diff line number Diff line change 1
1
# MutationObserver
2
2
3
- - [ Main doc ] ( ../../../../../../../../__docs__/README.md )
3
+ [ 🏠 Home ] ( ../../../../../../../../__docs__/README.md )
4
4
5
5
This directory contains the C++ implementation of the
6
6
[ MutationObserver API] ( https://developer.mozilla.org/en-US/docs/Web/API/MutationObserver )
Original file line number Diff line number Diff line change 1
1
# Event Loop
2
2
3
- - [ Main doc ] ( ../../../../../../../__docs__/README.md )
3
+ [ 🏠 Home ] ( ../../../../../../../__docs__/README.md )
4
4
5
5
The Event Loop is the formalization of the execution model for JavaScript in
6
6
React Native, and how that model synchronizes with rendering work in the host
Original file line number Diff line number Diff line change 1
1
# Feature Flags
2
2
3
- - [ Main doc ] ( ../../../../../__docs__/README.md )
3
+ [ 🏠 Home ] ( ../../../../../__docs__/README.md )
4
4
5
5
This directory contains the flag definitions and codegen for the internal React
6
6
Native feature flags system.
Original file line number Diff line number Diff line change 1
1
# Feature Flags
2
2
3
- - [ Main doc ] ( ../../../../../../__docs__/README.md )
3
+ [ 🏠 Home ] ( ../../../../../../__docs__/README.md )
4
4
5
5
Feature flags are values that determine the behavior of specific parts of React
6
6
Native. This directory contains the configuration for those values, and scripts
Original file line number Diff line number Diff line change 1
1
# IntersectionObserver
2
2
3
- - [ Main doc ] ( ../../../../../../../__docs__/README.md )
3
+ [ 🏠 Home ] ( ../../../../../../../__docs__/README.md )
4
4
5
5
This directory contains the React Native implementation of the
6
6
[ IntersectionObserver API] ( https://developer.mozilla.org/en-US/docs/Web/API/IntersectionObserver ) .
Original file line number Diff line number Diff line change 1
1
# MutationObserver
2
2
3
- - [ Main doc ] ( ../../../../../../../__docs__/README.md )
3
+ [ 🏠 Home ] ( ../../../../../../../__docs__/README.md )
4
4
5
5
This directory contains the React Native implementation of the
6
6
[ MutationObserver API] ( https://developer.mozilla.org/en-US/docs/Web/API/MutationObserver ) .
You can’t perform that action at this time.
0 commit comments