Furkan Çelik
Furkan Çelik
Hi, react native does not show ads when modal is turned on.. ```import React, { Component } from "react"; import { TouchableOpacity, Modal, Text, View } from "react-native"; import Icon...
hi, I have nested components in AdMobInterstitial ads. component1 (Game.js) ``` import React, { Component } from "react"; import {...} from "react-native"; import Header from "../../Components/Game/Header"; ... ... import {...
Hi, I added more tiles as in the picture. (I need more tiles) I want to increase this number of tiles but there is a performance issue. How can we...
A problem occurs when trying to stake TEA Token to the project. It gives no error and does not process. When I check it on the console, it gives errors...
whitepaper added in turkish and tea.yaml file added.
I installed the package as specified and my code is as follows; ``` import { TwitterApi } from "twitter-api-v2"; const client = new TwitterApi({ appKey: "XXX", appSecret: "XXX", accessToken: "XXX",...