react-native-image-marker 1.2.6•Public• Publisheda year ago If this library is useful to you, please give me a ⭐️. 🤩 If there is any bug, please submit an issue 🐛, or create a pull request 🤓. If there is any problem about using this library, please contact me,...
A free, fast, and reliable CDN for react-native-image-marker. Add text or icon watermark to your images
我使用了react-native-image-marker库完成图片加水印的功能,现在根据文档仅仅是通过设置markerScale去控制水印大小,但我上传的图片宽高大小都不一,现在会出现水印偏移或者水印未能完全覆盖图片的情况。react-native-image-marker getWaterImage = params => { const { img, setStatus, setName } = params; ImageMark...
markerScalescale icon scalescale image qualityimage qulaity filenameset filename for the result Usage importImageMarkerfrom"react-native-image-marker"···// add text watermark to a photothis.setState({loading:true})Marker.markText({src:img.uri,text:'text marker',X:30,Y:30,color:'#FF0000...
git clone git@github.com:JimmyDaddy/react-native-image-marker.gitcd./react-native-image-marker#Expo#install dependenciesyarn#Android#Open an android emulator or connect a real device at firstyarn expo-example android#iOSyarn expo-example ios ...
Summary close: #1449 请解释此次更改的 动机,以下是一些帮助您的要点: 用例文字新增换行,使text-alain效果更明显 Test Plan text-alain-left: text-alain-center: text-alain-right: Checklist 已经在真机设备或模拟器上测试通过 已经与 Android 或 iOS 平台做
Describe the bug Obsolete warning when building: Configure project :react-native-image-marker WARNING: Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'. It will be removed at the end of 2018. For ...
So basicly looking for such a solution for iOS https://github.com/JimmyDaddy/react-native-image-marker/blob/master/android/src/main/java/com/jimmydaddy/imagemarker/ImageMarkerManager.java#L364 Copy link yestay90commentedJul 30, 2020•
When making custom MapView.Marker with children as prop to Marker like this: <MapView.Marker coordinate={coordinate}> <View source={styles.container}> <Image source={require('./my-image.png')} style={style.icon}> // other stuff here </Vi...
React Native Versionreact-native-image-marker Version >= 0.73.0, other cases v1.2.0 or later 0.60.0 <= rn version < 0.73.0 v1.1.x >= 0.60.0, iOS < 13, Android < N(API Level 24) v1.0.x < 0.60.0 v0.5.2 or earlierNote: This table is only applicable to major versions of ...