
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
@lagregance/react-native-signature-capture
Advanced tools
This is a fork of https://www.npmjs.com/package/react-native-signature-capture.
minStrokeWidth
& maxStrokeWidth
on both iOS & AndroidonDragEvent
is send at the end of dragging on iOS (like it does on Android)enableDate
option to add the date on the signature resultyarn add @lagregance/react-native-signature-capture
The minStrokeWidth
& maxStrokeWidth
replace the DEFINE STROKE_WIDTH_MIN
& STROKE_WIDTH_MAX
of the file PPSSignatureView.m
.
The default value are respectively 0.004
& 0.030
, so it's not in pixel and we have to do something like that :
import SignatureCapture from '@lagregance/react-native-signature-capture';
// [...]
<SignatureCapture
minStrokeWidth={Platform.OS === 'android' ? 2 : 0.004}
maxStrokeWidth={Platform.OS === 'android' ? 4 : 0.01}
/>
I know it's not very clean but I didn't have much time to spend on it, but it may be useful for you.
FAQs
Lets users sign their signatures
We found that @lagregance/react-native-signature-capture demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.