howljs / rn-card-scanner

This library provides payment card scanning functionality for your React Native app
MIT License
87 stars 11 forks source link

chore: update example app dependencies #12

Closed andrewsixsixsix closed 7 months ago

andrewsixsixsix commented 7 months ago

Upgraded react-native version of example app from v0.68.2 to v0.69.12 react-native v0.69 required to update react-native-screens and react as well I followed this upgrade helper

Upgrade solves build failures which were fixed in late v0.68 and early v0.69 versions of react-native respectively (I experienced both when tried to run example app):

Tested results with Xcode 15 and iOS 17 simulator/real device, all works great

howljs commented 7 months ago

wow. thanks, It's been a long time since I didn't pay attention to this library. i'll check and merge pr if there's no problem