January 3, 2019 / by STW Services / Javascript frameworks, Reactnative / 0 comments
Post Views: 740 To create a button component we will add new file in common folder of src. Button.js We will import React and Component from react and Text and TouchableOpacity from react-native Touchable opacity so some animation on press so we will use this and later we will call onPress funtion to navigate on […]
Read more
Process to call state values : Part 8
January 13, 2019 / by STW Services / Javascript frameworks, Reactnative / 0 comments
Post Views: 756 Process to call state values : Part 8 – To run all array as loop using our CardWrapper and CardInner, We will use map function . map() will run our design and place value of each array items untill it is null So it will not be a good idea to write […]
Read more
Create a button component : Part 9
January 3, 2019 / by STW Services / Javascript frameworks, Reactnative / 0 comments
Post Views: 740 To create a button component we will add new file in common folder of src. Button.js We will import React and Component from react and Text and TouchableOpacity from react-native Touchable opacity so some animation on press so we will use this and later we will call onPress funtion to navigate on […]
Read more