Lucélio Dias
Lucélio Dias
App.js ``` import React, { Component } from 'react'; import { AppRegistry, StyleSheet, TouchableOpacity, Image } from 'react-native'; import {Screens} from './config/router'; import Menu from './screens/Menu'; import SideMenu from 'react-native-side-menu';...
Hello, Here is my code: **AppDelegate.cs** ``` public override bool FinishedLaunching(UIApplication application, NSDictionary launchOptions) { Window = new UIWindow(UIScreen.MainScreen.Bounds); if (isAuthenticated) { Window.RootViewController = new RootViewController(); } else { Login...
Hi Friend, This work is very cool. Congratulations. I have a little problem here, and i think that you can help-me. When i use the listView.getAdapter(), why the return is...