| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
fix: orientation awareness in bottom sheet (#3711) ## 🎯 Goal Fixes [this GH issue](https://github.com/GetStream/stream-chat-react-native/issues/3706). Our bottom sheet, along with some of its more common was not orientation aware. In short, this PR addresses: - Bottom sheet orientation awareness (on iOS specifically) - Snap point math based on orientation - UI of the full reactions picker in different orientations ## 🛠 Implementation details <!-- Provide a description of the implementation --> ## 🎨 UI Changes <!-- Add relevant screenshots --> <details> <summary>iOS</summary> <table> <thead> <tr> <td>Before</td> <td>After</td> </tr> </thead> <tbody> <tr> <td> <!--<img src="" /> --> </td> <td> <!--<img src="" /> --> </td> </tr> </tbody> </table> </details> <details> <summary>Android</summary> <table> <thead> <tr> <td>Before</td> <td>After</td> </tr> </thead> <tbody> <tr> <td> <!--<img src="" /> --> </td> <td> <!--<img src="" /> --> </td> </tr> </tbody> </table> </details> ## 🧪 Testing <!-- Explain how this change can be tested (or why it can't be tested) --> ## ☑️ Checklist - [ ] I have signed the [Stream CLA](https://docs.google.com/forms/d/e/1FAIpQLScFKsKkAJI7mhCr7K9rEIOpqIDThrWxuvxnwUq2XkHyG154vQ/viewform) (required) - [ ] PR targets the `develop` branch - [ ] Documentation is updated - [ ] New code is tested in main example apps, including all possible scenarios - [ ] SampleApp iOS and Android - [ ] Expo iOS and Android | 2 个月前 | |
chore: rn 0.85 upgrade of SampleApp and rngh 3 support (#3629) ## 🎯 Goal This PR bumps our `SampleApp` to React Native 0.85 as well adding support for some major dependencies, such as: - `react-native-gesture-handler` - `3.0.0` - `react-native-reanimated` `4.4` ## 🛠 Implementation details <!-- Provide a description of the implementation --> ## 🎨 UI Changes <!-- Add relevant screenshots --> <details> <summary>iOS</summary> <table> <thead> <tr> <td>Before</td> <td>After</td> </tr> </thead> <tbody> <tr> <td> <!--<img src="" /> --> </td> <td> <!--<img src="" /> --> </td> </tr> </tbody> </table> </details> <details> <summary>Android</summary> <table> <thead> <tr> <td>Before</td> <td>After</td> </tr> </thead> <tbody> <tr> <td> <!--<img src="" /> --> </td> <td> <!--<img src="" /> --> </td> </tr> </tbody> </table> </details> ## 🧪 Testing <!-- Explain how this change can be tested (or why it can't be tested) --> ## ☑️ Checklist - [ ] I have signed the [Stream CLA](https://docs.google.com/forms/d/e/1FAIpQLScFKsKkAJI7mhCr7K9rEIOpqIDThrWxuvxnwUq2XkHyG154vQ/viewform) (required) - [ ] PR targets the `develop` branch - [ ] Documentation is updated - [ ] New code is tested in main example apps, including all possible scenarios - [ ] SampleApp iOS and Android - [ ] Expo iOS and Android | 3 个月前 | |
Adding sample app | 5 年前 | |
chore: add android build and deploy workflows and improve ios workflow (#3334) The following are the changes in the PR: - The android package name for sample app is changed to `io.getstream.reactnative.sampleapp` as it was `com.sampleapp` before. Doesn't make any sense. - Added lanes for android firebase build and upload. - Improved the ios lanes for tesflight build and upload. Our first firebase deployment build after a long time(lane was run manually locally): <img width="1008" height="891" alt="Screenshot 2025-12-18 at 1 48 03 PM" src="https://github.com/user-attachments/assets/90710664-1ce3-4ddc-84e1-d9eb52b0d03b" /> | 7 个月前 | |
fix: issue with release build due to react native reanimated@2.3.3 in SampleApp (#1298) * fix: issue with release build due to react native reanimated@2.3.3 * fix: downgrade back to 2.3.3 and add proguard rule * fix: remove redundant comment * refactor: proguard rule for reanimated to relevant location | 4 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 2 个月前 | ||
| 3 个月前 | ||
| 5 年前 | ||
| 7 个月前 | ||
| 4 年前 |