1191 gün önce react-native state güncelleme sorunu
sorusunu cevapladı.
const kaydet = (id2) => {
const {id:eskiData} = data
setData({ id: [...eskiData, id2] })
}
1191 gün önce react native state kullanım sorunu
sorusunu cevapladı.
postEt i arrow func olarak yazarsan duzelir bir de alert i Alert.alert() diye degil direk alert() seklinde cagirabilirsin
postEt = () => { alert(this.state.adsoyad)}
1191 gün önce React Native Depolama
sorusunu cevapladı.
mobx ve mobx-persist ile yapabilirsin sanirim
1191 gün önce React Native View Navigate Problemi
sorusunu cevapladı.
hatayi hangi dosyada aldigina bak... error ekraninda yazar
1214 gün önce alert ile tekrarlama
sorusunu cevapladı.
soru sormayi mi unuttun acaba?
baslik eger soruyssa metod yanlis...
1214 gün önce Php ile 2 ayrı tablodan veri çıkarma
sorusunu cevapladı.
SELECT select_list1
FROM table_name1
MINUS
SELECT select_list2
FROM table_name2;
1214 gün önce Butona basınca jquery ui slider değerini 10 arttırma
sorusunu cevapladı.
let sayi = 10
function (){
sayi += 10
.... ..
{
value:sayi
}
}
1214 gün önce İnstagram Feed
sorusunu cevapladı.
Instagram API kullanaarak yapabilirsin.
https://developers.facebook.com/docs/instagram-basic-display-api
1254 gün önce react native state kullanım sorunu
sorusunu cevapladı.
react native de alert("selam") desen de calisir