react-native-mask-segment-c.../react-native.config.js
a1518 eb246efa8a Add example app and fix Android asset loading on image switch.
Introduce the example integration demo, export resolveAssetPath, harden resolveImageUrl for Android bundled assets, and update gitignore to exclude example build outputs.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-30 20:24:43 -07:00

10 lines
193 B
JavaScript

// react-native-mask-segment-canvas is a pure JS library — no native modules to link.
module.exports = {
dependency: {
platforms: {
android: null,
ios: null,
},
},
};