Alex

Results 3 issues of Alex

When using a StructList the size is not checked when adding new entries. For example: ``` StructList.Builder personPhones = person.initPhones(0); personPhones.get(0).setNumber("08031/12345"); personPhones.get(0).setType(PhoneType.WORK); personPhones.get(1).setNumber("0160/9876543"); personPhones.get(1).setType(PhoneType.MOBILE); ``` Will give no error or...

### Minimal reproducible example https://github.com/a-zen/expo-album-migrate-error ### Summary After the upgrade to expo 48, migrating an album fails with the following error message on Android with Expo GO App: ` ERROR...

Issue accepted

Hi, the [GlassfyTransaction](https://github.com/glassfy/react-native-glassfy-module/blob/1d73acd80d42700debcb7e6c274a6fe522932da6/core/src/models.tsx#L197) has an incorrect definition for the product identifier. current definition: readonly productIdentifier: String; response I get from `Glassfy.purchaseSku`: ```` { // "productId": "sku_id" // } ```` can...