250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 자바스크립트
- 프론트엔드
- CSS
- 비전공 개발자
- 비전공자
- front-end
- 백엔드
- 풀스택
- 애니메이션
- IOS
- css3
- react
- html5
- button
- jQuery
- 개발자
- effect
- xcode
- iOS 개발자
- SWIFT
- image
- MAC
- hover
- php
- keyframes
- Animation
- HTML
- javascript
- iPhone
- ipad
Archives
- Today
- Total
목록웹뷰 (1)
비전공자 개발일기
React Native Webview
import React from "react"; import { StatusBar } from "expo-status-bar"; import { StyleSheet, Text, View } from "react-native"; import { WebView } from "react-native-webview"; const MYLINK = "https://relaxed-turing-e7ea57.netlify.app"; export default function App() { return ( WEBVIEW ); } const styles = StyleSheet.create({ container: { marginTop: 40, padding: 30, flex: 1, alignItems: "center", ju..
React & React Native
2022. 2. 13. 21:23