From ee9d1b0e03fdb6574205540147da07bad6646d6c Mon Sep 17 00:00:00 2001 From: Stream Bot Date: Wed, 4 Sep 2024 12:37:13 +0000 Subject: [PATCH] [CI] Update SDK Size --- README.md | 2 +- examples/SampleApp/.bundle/config | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 021859f161..1c923daf95 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ [![NPM](https://img.shields.io/npm/v/stream-chat-react-native.svg)](https://www.npmjs.com/package/stream-chat-react-native) [![Build Status](https://github.com/GetStream/stream-chat-react-native/actions/workflows/release.yml/badge.svg)](https://github.com/GetStream/stream-chat-react-native/actions) [![Component Reference](https://img.shields.io/badge/docs-component%20reference-blue.svg)](https://getstream.io/chat/docs/sdk/reactnative) -![JS Bundle Size](https://img.shields.io/badge/js_bundle_size-439%20KB-blue) +![JS Bundle Size](https://img.shields.io/badge/js_bundle_size-438.6728515625%20KB-blue) diff --git a/examples/SampleApp/.bundle/config b/examples/SampleApp/.bundle/config index d137d242ed..4c9a330d7b 100644 --- a/examples/SampleApp/.bundle/config +++ b/examples/SampleApp/.bundle/config @@ -1,2 +1,4 @@ -BUNDLE_PATH: "vendor/bundle" -BUNDLE_FORCE_RUBY_PLATFORM: 1 \ No newline at end of file +--- +BUNDLE_PATH: "/home/runner/work/stream-chat-react-native/stream-chat-react-native/examples/SampleApp/vendor/bundle" +BUNDLE_FORCE_RUBY_PLATFORM: "1" +BUNDLE_DEPLOYMENT: "true"