728x90
반응형
test.unshift('123');
// 앞에 새로운 배열값 추가
test.push('890');
// 뒤에 새로운 배열값 추가
728x90
반응형
'React Native' 카테고리의 다른 글
react native 화면이동 (0) | 2020.06.06 |
---|---|
생명주기 componentWillReceiveProps (0) | 2020.04.23 |
react native Image cache 문제. (0) | 2020.04.20 |
악시오스 axios 사용법 ( 작성중 ) (0) | 2020.04.08 |
Flatlist, ScrollView 속성 (0) | 2020.03.11 |