Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions docs/docs/07-other/01-compatibility.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ React Native ExecuTorch supports only the [New Architecture](https://reactnative
<thead>
<tr>
<th rowSpan={2}>React Native ExecuTorch</th>
<th colSpan={6}>React Native version</th>
<th colSpan={7}>React Native version</th>
</tr>
<tr>
<th>0.78</th>
Expand All @@ -26,6 +26,7 @@ React Native ExecuTorch supports only the [New Architecture](https://reactnative
<th>0.81</th>
<th>0.82</th>
<th>0.83</th>
<th>0.84</th>
</tr>
</thead>
<tbody>
Expand All @@ -37,6 +38,7 @@ React Native ExecuTorch supports only the [New Architecture](https://reactnative
<td><div className={styles.supported}>yes</div></td>
<td><div className={styles.supported}>yes</div></td>
<td><div className={styles.supported}>yes</div></td>
<td><div className={styles.supported}>yes</div></td>
</tr>
</tbody>
</table>
Expand All @@ -49,7 +51,7 @@ React Native ExecuTorch supports only the [New Architecture](https://reactnative
<thead>
<tr>
<th rowSpan={2}>Bare Resource Fetcher</th>
<th colSpan={6}>React Native version</th>
<th colSpan={7}>React Native version</th>
</tr>
<tr>
<th>0.78</th>
Expand All @@ -58,6 +60,7 @@ React Native ExecuTorch supports only the [New Architecture](https://reactnative
<th>0.81</th>
<th>0.82</th>
<th>0.83</th>
<th>0.84</th>
</tr>
</thead>
<tbody>
Expand All @@ -69,6 +72,7 @@ React Native ExecuTorch supports only the [New Architecture](https://reactnative
<td><div className={styles.supported}>yes</div></td>
<td><div className={styles.supported}>yes</div></td>
<td><div className={styles.supported}>yes</div></td>
<td><div className={styles.supported}>yes</div></td>
</tr>
</tbody>
</table>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

#include <ReactCommon/CallInvokerHolder.h>
#include <fbjni/fbjni.h>
#include <react/jni/CxxModuleWrapper.h>
#include <react/jni/JMessageQueueThread.h>

#include <memory>
Expand Down Expand Up @@ -40,4 +39,4 @@ class ETInstallerModule : public jni::HybridClass<ETInstallerModule> {
const std::shared_ptr<facebook::react::CallInvoker> &jsCallInvoker);
};

} // namespace rnexecutorch
} // namespace rnexecutorch
Loading