Skip to content

Instantly share code, notes, and snippets.

@rasck
rasck / LeanText.tsx
Created October 28, 2024 06:27 — forked from hirbod/LeanText.tsx
React Native LeanView and LeanText component
import { type ComponentType, createElement, forwardRef } from 'react'
import type { TextProps } from 'react-native'
// uncomment for NativeWind support
//import { cssInterop } from 'nativewind'
const LeanText = forwardRef((props, ref) => {
return createElement('RCTText', { ...props, ref })
}) as ComponentType<TextProps>
@rasck
rasck / gist:3287a90aabdb935a0a873a83cf709024
Last active January 3, 2023 19:19
Apitur Privacy Policy
## Privacy Policy
At Apitur, we are committed to protecting your privacy. We do not collect or retain any personal data about you when you use our service.
The only data we collect is the data necessary to post a picture to Facebook on your behalf. This data is not saved by us and is deleted immediately after the picture is posted.
We take the protection of your personal data very seriously and will never use it for any purpose other than posting the picture to Facebook.
If you have any questions about our privacy policy, please don't hesitate to contact us.