diff --git a/docs/docs/07-other/01-compatibility.mdx b/docs/docs/07-other/01-compatibility.mdx index bea6c7cf69..7b26f3ffe3 100644 --- a/docs/docs/07-other/01-compatibility.mdx +++ b/docs/docs/07-other/01-compatibility.mdx @@ -17,7 +17,7 @@ React Native ExecuTorch supports only the [New Architecture](https://reactnative React Native ExecuTorch - React Native version + React Native version 0.78 @@ -26,6 +26,7 @@ React Native ExecuTorch supports only the [New Architecture](https://reactnative 0.81 0.82 0.83 + 0.84 @@ -37,6 +38,7 @@ React Native ExecuTorch supports only the [New Architecture](https://reactnative
yes
yes
yes
+
yes
@@ -49,7 +51,7 @@ React Native ExecuTorch supports only the [New Architecture](https://reactnative Bare Resource Fetcher - React Native version + React Native version 0.78 @@ -58,6 +60,7 @@ React Native ExecuTorch supports only the [New Architecture](https://reactnative 0.81 0.82 0.83 + 0.84 @@ -69,6 +72,7 @@ React Native ExecuTorch supports only the [New Architecture](https://reactnative
yes
yes
yes
+
yes
diff --git a/packages/react-native-executorch/android/src/main/cpp/ETInstallerModule.h b/packages/react-native-executorch/android/src/main/cpp/ETInstallerModule.h index 78a95f4f8b..82531ac9d5 100644 --- a/packages/react-native-executorch/android/src/main/cpp/ETInstallerModule.h +++ b/packages/react-native-executorch/android/src/main/cpp/ETInstallerModule.h @@ -2,7 +2,6 @@ #include #include -#include #include #include @@ -40,4 +39,4 @@ class ETInstallerModule : public jni::HybridClass { const std::shared_ptr &jsCallInvoker); }; -} // namespace rnexecutorch \ No newline at end of file +} // namespace rnexecutorch