Skip to content

Instantly share code, notes, and snippets.

View hinata4zzahra's full-sized avatar

hinata azzahra hinata4zzahra

  • bondowoso, jatim
View GitHub Profile
// B.js
import { A } from './A'
import { myA } from './A' // Doesn't work!
import { Something } from './A' // Doesn't work!
// B.js
import A from './A' //this is a default import, It only works if A has the default export
// A.js
export default 93
import React, {Component} from 'react';
import {
StyleSheet, TouchableOpacity,
View, Text, Image, ImageBackground,
} from 'react-native';
import {
Form, Item, Input, Label,
Icon, Button
} from 'native-base';
import React, {Component} from 'react'
import {
Form, Item, Button,
Text, Label, Input, Icon
} from 'native-base'
import {StyleSheet} from 'react-native'
import {Field, reduxForm} from 'redux-form'
import {LkTextInput, LkPicker} from 'lazy-kitten-redux-form'
class LoginForm extends Component{
import {createStore, combineReducers } from 'redux';
import { reducer as formReducer } from 'redux-form'
const appReducer = combineReducers({
form: formReducer
});
const store = createStore(appReducer)
import React, {Component} from 'react';
import {
StyleSheet, TouchableOpacity,
View, Text, Image, ImageBackground,
} from 'react-native';
import {
Form, Item, Input, Label,
Icon, Button
} from 'native-base';
membuat Ai untuk melakukan pengecekan barang
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bootstrap Example</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bootstrap Example</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<style>
select post.title, user.username, coment.coment from post, user, coment where post.createdby=user.id and post.id_post=coment.postid