mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
Typos in code
Summary: To fix typos No testing required, changed only internal things names No addtionalStyles -> additionalStyles occured -> occurred recomendedType -> recommendedType markDirtyAndPropogate -> markDirtyAndPropagate targetting -> targeting RCTApplyTranformationAccordingLayoutDirection -> RCTApplyTransformationAccordingLayoutDirection (tranform -> transform) Closes https://github.com/facebook/react-native/pull/17587 Differential Revision: D6832696 Pulled By: shergin fbshipit-source-id: 452287e5ce82df5c6b87126cb21889b7bd9d73c1
This commit is contained in:
committed by
Facebook Github Bot
parent
28d60b68ad
commit
8ffc16c6e7
@@ -81,11 +81,11 @@ exports.examples = [
|
||||
render: function() {
|
||||
function renderScrollView(
|
||||
title: string,
|
||||
addtionalStyles: typeof StyleSheet,
|
||||
additionalStyles: typeof StyleSheet,
|
||||
) {
|
||||
let _scrollView: ScrollView;
|
||||
return (
|
||||
<View style={addtionalStyles}>
|
||||
<View style={additionalStyles}>
|
||||
<Text style={styles.text}>{title}</Text>
|
||||
<ScrollView
|
||||
ref={scrollView => {
|
||||
|
||||
Reference in New Issue
Block a user