2024. 6. 29. 17:23

npm i @react-native-async-storage/async-storage

 

보안이 필요한 데이터는 EncryptedStorage에 저장

 

npm i @react-native-encrypted-storage/storage;

 

import EncryptedStorage from 'react-native-encrypted-storage';

 

await EncryptedStorage.setItem('키', '값');

2024. 6. 25. 07:47

1. Button

2. TouchableOpacity

3. TouchableHighlight

4. TouchableNativeFeedback,

5. TouchableWithoutFeedback,

6. Pressable

2024. 6. 23. 17:17

이제 하다하다 스프링까지 한다

 

https://start.spring.io/

2024. 6. 21. 08:06

android 폴더로 이동해서 

 

다음 명령어를 실행한다

 

gradlew clean

2024. 6. 18. 16:38

2024. 6. 9. 10:29

text-overflow:ellipsis;

overflow: hidden;

white-space: nowrap;

2024. 6. 6. 20:17

module.exports = {

  root: true,

  extends: ['prettier', '@react-native'],

  rules: {

    'import/prefer-default-export': 'off',

    'import/extensions': ['off'],

    'prettier/prettier': 0,

  },

};

2024. 6. 6. 14:58

https://www.toolo.kr/color-convert/