Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Each child in an array or iterator should have a unique key prop. #21

Open
gHashTag opened this issue Nov 19, 2016 · 0 comments
Open

Each child in an array or iterator should have a unique key prop. #21

gHashTag opened this issue Nov 19, 2016 · 0 comments

Comments

@gHashTag
Copy link

gHashTag commented Nov 19, 2016

simulator screen shot 19 2016 16 12 02

How to make a unique key?

          <Parallax.Image
              onPress={Actions.About}
              style={styles.image}
              overlayStyle={styles.overlay}
              source={{ uri: 'http://shawellnessclinic.com/shamagazine/wp-content/uploads/SHA-Yoga-Class-021-720x481.jpg' }}
              parallaxFactor={PARALLAX_FACTOR}>
              <Text style={styles.title}>О НАС</Text>
          </Parallax.Image>
          <Parallax.Image
              onPress={Actions.Eco}
              style={styles.image}
              overlayStyle={styles.overlay}
              source={{ uri: 'http://shawellnessclinic.com/shamagazine/wp-content/uploads/SHA-Yoga-Class-021-720x481.jpg' }}
              parallaxFactor={PARALLAX_FACTOR}>
              <Text style={styles.title}>ЭКОПРОЕКТЫ</Text>
          </Parallax.Image>
      </Parallax.ScrollView>```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant