일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
- html5
- react
- SWIFT
- button
- 비전공자
- IOS
- HTML
- iPhone
- ipad
- php
- 비전공 개발자
- CSS
- hover
- 풀스택
- iOS 개발자
- front-end
- image
- 자바스크립트
- MAC
- Animation
- 애니메이션
- effect
- 프론트엔드
- keyframes
- javascript
- 개발자
- xcode
- css3
- 백엔드
- jQuery
- Today
- Total
목록full-Stack (2)
비전공자 개발일기

https://www.toptal.com/developers/gitignore gitignore.io Create useful .gitignore files for your project www.toptal.com # Created by https://www.toptal.com/developers/gitignore/api/swift,xcode,cocoapods # Edit at https://www.toptal.com/developers/gitignore?templates=swift,xcode,cocoapods ### CocoaPods ### ## CocoaPods GitIgnore Template # CocoaPods - Only use to conserve bandwidth / Save time on..
import * as React from 'react'; import {NavigationContainer} from '@react-navigation/native'; import {createNativeStackNavigator} from '@react-navigation/native-stack'; import {createBottomTabNavigator} from '@react-navigation/bottom-tabs'; import Settings from './src/pages/Settings'; import Orders from './src/pages/Orders'; import Delivery from './src/pages/Delivery'; import {useState} from 're..