voize-gmbh / reakt-native-toolkit

Combine React Native with Kotlin Multiplatform (KMP)
Apache License 2.0
134 stars 5 forks source link

Fix Int not converted correctly on iOS #5

Closed Legion2 closed 1 year ago

Legion2 commented 1 year ago

On iOS all numbers are represented by NSNumber, which kotlin converts to Double. This type must then by converted to the other number types.