Skip to content

Commit 2248076

Browse files
committed
initial commit
0 parents  commit 2248076

File tree

7 files changed

+5677
-0
lines changed

7 files changed

+5677
-0
lines changed

.DS_Store

6 KB
Binary file not shown.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
generated

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "react-native"]
2+
path = react-native
3+
url = https://github.com/facebook/react-native

Doxyfile

Lines changed: 2971 additions & 0 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# JSI Documentation
2+
3+
## Introduction
4+
5+
This is an **unofficial** documentation for the JSI (JavaScript Interface) of the [React Native](https://reactnative.dev/) framework.
6+
7+
It's generated using [doxygen](https://www.doxygen.nl/index.html) from the source code of the [React Native](https://reactnative.dev/).
8+
9+
Happy Hacking! 🚀
10+
11+
### Bugs and issues
12+
13+
See any inconsistencies or errors? Please report them by creating an issue in this repository.
14+
15+
16+
### Made with ❤️ at Callstack
17+
18+
JSI documentation is an open source project and will always remain free to use. If you think it's cool, please star it 🌟. [Callstack](https://callstack.com) is a group of React and React Native geeks, contact us at [[email protected]](mailto:[email protected]) if you need any help with these or just want to say hi!
19+
20+
Like the project? ⚛️ [Join the team](https://callstack.com/careers/?utm_campaign=Senior_RN&utm_source=github&utm_medium=readme) who does amazing stuff for clients and drives React Native Open Source! 🔥

0 commit comments

Comments
 (0)