* Update dependencies * Fix lint, use npm@6 * Fix unit tests * Dowgrade Fastlane * Fix Fastlane script * use android:api-29-node ci image * Infer gradle json file from apk output folder * Fastlane to Parse new version of gradle output-metadata.json
12 lines
277 B
Text
12 lines
277 B
Text
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`PasteableTextInput should render pasteable text input 1`] = `
|
|
<TextInput
|
|
allowFontScaling={true}
|
|
onPaste={[Function]}
|
|
rejectResponderTermination={true}
|
|
underlineColorAndroid="transparent"
|
|
>
|
|
My Text
|
|
</TextInput>
|
|
`;
|