diff --git a/app/config/platforms.php b/app/config/platforms.php index d83934505..28ad9e2f3 100644 --- a/app/config/platforms.php +++ b/app/config/platforms.php @@ -142,7 +142,7 @@ return [ 'url' => 'https://github.com/appwrite/sdk-for-react-native', 'package' => 'https://npmjs.com/package/react-native-appwrite', 'enabled' => true, - 'beta' => false, + 'beta' => true, 'dev' => false, 'hidden' => false, 'family' => APP_PLATFORM_CLIENT,