react-native-clipboard / clipboard

React Native Clipboard API for both iOS and Android.
MIT License
669 stars 118 forks source link

Update React Native minimum version supported, fix test app autolinking #235

Closed Saadnajmi closed 2 months ago

Saadnajmi commented 2 months ago

Overview

In #227, I accidentally made the minimum react-native dependency 0.73. Since the PR itself has no source code changes (only test app changes) that wasn't necessary. This PR brings the minimum back down to RN 0.57. I did this by:

Test Plan

Test app boots and loads the module correctly on iOS.

Screenshot 2024-04-10 at 5 05 39 AM