This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## 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. |