python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to display data in a PHP array so it can be rendered as JSON array and be used in a React Native project
the content of the php array is this:
$phpArray =
[
"title" => "The Basics - Networking",
"description" => "Your app fetched this from a remote e...
7segment
Votes: 0
Answers: 1
getByTestID not working for custom component
Working on writing a unit test for a large component. I've written one before for a smaller component, but this has several other custom components nested inside. I'm trying to select it so I can then...
Slashy
Votes: 0
Answers: 1
react native MaterialTopTabNavigator
I am trying to implement this code to my TopTabNavigator:
const tabNavigator = createMaterialTopTabNavigator({ /* */ });
tabNavigator.navigationOptions = ({ navigation }) => {
let activeRoute...
MGmgmgmg
Votes: 0
Answers: 1
Firebase Realtime Database reach nested child
I'm building a project and within this project i have a one-to-one chat. Each chats are stored using the realtime database from firebase (I'm using the react-native-firebase librairy here).
My data tr...
Dimitri Enjelvin
Votes: 0
Answers: 1