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>
10 lines
193 B
JavaScript
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,
|
|
},
|
|
},
|
|
};
|