Skip to content

Releases: moyasar/moyasar-react-native

v0.15.0

Choose a tag to compare

@AbdulazizAlrabiah AbdulazizAlrabiah released this 18 Aug 00:01
  • [Samsung Pay] Support an availability check API for Samsung Pay (Check whether Samsung Pay is available/ready on a device). Simply import and use isSamsungPayAvailable function.

v0.14.0

Choose a tag to compare

@AbdulazizAlrabiah AbdulazizAlrabiah released this 24 May 00:41
  • [General] Support UnionPay network.

Required:

  • Update native code for iOS by running the following command in the ios/ directory:
pod install

v0.13.0

Choose a tag to compare

@AbdulazizAlrabiah AbdulazizAlrabiah released this 18 May 21:20
  • [Samsung Pay] Support Samsung Pay button style customization (buttonType field).

v0.12.0

Choose a tag to compare

@AbdulazizAlrabiah AbdulazizAlrabiah released this 18 Apr 19:24
  • [Samsung Pay] Support Samsung Pay tokenization (saveCard field).
  • [General] Enhancements and fixes.

v0.11.0

Choose a tag to compare

@AbdulazizAlrabiah AbdulazizAlrabiah released this 29 Jan 15:07
  • [General] Support payment splitting between recipients.
  • [General] Support configuring Moyasar's base url (baseUrl parameter). When you need to use a different Moyasar environment (e.g. Staging).

v0.10.1

Choose a tag to compare

@AbdulazizAlrabiah AbdulazizAlrabiah released this 06 Dec 18:50
  • [General] Update dependencies to patch security vulnerabilities.

Required:

  • Update native code for iOS by running the following command in the ios/ directory:
pod install

v0.10.0

Choose a tag to compare

@AbdulazizAlrabiah AbdulazizAlrabiah released this 11 Sep 07:06
  • [General] Moyasar new design.
  • [General Feature] Support controlling coupons applicability.
  • [Fix Android UI] Fix Android text input formatting in Arabic language.

If you encounter any issues, make sure to fully clean your project and rebuild it.

Required:

  • Update native code for iOS by running the following command in the ios/ directory:
pod install

v0.9.0

Choose a tag to compare

@AbdulazizAlrabiah AbdulazizAlrabiah released this 02 Aug 19:24
  • [Samsung Pay Style] Support custom styling of the Samsung Pay button component.
  • [Apple Pay Style Fix] Fix height and width styles to receive DimensionValue type.
  • [General] Enhancements.

If you encounter any issues, make sure to fully clean your project and rebuild it.

Needs attention:

If you have used the style property for the Apple Pay component and supplied either the height or width properties, you may need to update them to the new DimensionValue type instead of the old type.

v0.8.1

Choose a tag to compare

@AbdulazizAlrabiah AbdulazizAlrabiah released this 30 Jun 17:20
  • [General] Support older React Native versions.
  • [General] Enhancements.

If you encounter any issues, make sure to fully clean your project and rebuild it.

Needs attention:

  • Make sure you have one of the following Node.js versions installed:

    • v20.19 or higher
    • v22.12 or higher
    • v23.4 or higher
  • If you are using Jest and encountering issues, update your Jest configuration (likely found in your package.json or any jest.config.* file) with the following:

module.exports = {
  // ... The rest of your configuration
  transformIgnorePatterns: [
    'node_modules/(?!((@)?react-native|react-native-moyasar-sdk)/)',
  ],
};

v0.8.0

Choose a tag to compare

@AbdulazizAlrabiah AbdulazizAlrabiah released this 16 Jun 19:41
  • [Apple Pay] Support Apple Pay tokenization (saveCard field).