Quantcast
Channel: Active questions tagged react-native+android - Stack Overflow
Viewing all 29552 articles
Browse latest View live

Build Failing for React Native iOS, "Multiple commands produce" Error

$
0
0

We were working on a react native project. One of my team members added some native modules on Linux and linked android. By then I am trying to link things in iOS but the build is always failing with this kind of error trace. The Android project is building normally.

I deleted xyz.xcworkspace and Podfile.lock then tried pod install.
Also, I tried to delete my node_modules and then yarn install followed by yarn link.

react-native-cli: 2.0.1  react-native: 0.61.4  yarn 1.19.1Pod 1.8.4XCode Version 11.2.1 (11B500)macOS Catalina 10.15.1 (19B88)

xyz warning

duplicate output file '/Users/user/Library/Developer/Xcode/DerivedData/xyz-hhesslamjsqmbobykhskliclusph/Build/Products/Debug-iphonesimulator/xyz.app/AntDesign.ttf' on task: PhaseScriptExecution [CP] Copy Pods Resources /Users/faisal/Library/Developer/Xcode/DerivedData/xyz-hhesslamjsqmbobykhskliclusph/Build/Intermediates.noindex/xyz.build/Debug-iphonesimulator/xyz.build/Script-47F818C57EEC47EA3303EA1B.sh

xyz workspace errors

Multiple commands produce '/Users/user/Library/Developer/Xcode/DerivedData/xyz-hhesslamjsqmbobykhskliclusph/Build/Products/Debug-iphonesimulator/xyz.app/Zocial.ttf':1) Target 'xyz' (project 'xyz') has copy command from '/Users/user/Desktop/xyz/native/node_modules/react-native-vector-icons/Fonts/Zocial.ttf' to '/Users/user/Library/Developer/Xcode/DerivedData/xyz-hhesslamjsqmbobykhskliclusph/Build/Products/Debug-iphonesimulator/xyz.app/Zocial.ttf'2) That command depends on command in Target 'xyz' (project 'xyz'): script phase “[CP] Copy Pods Resources”

There are multiple errors and warnings like this but have same format with different file names.


connect VPN programmatically React Native Android / IOS

$
0
0

i am new to react native, i want to make a VPN app for android and IOS. VPN protocol IPSec or IKEv2 or any other. i have tried OpenVPN node-openvpn and openvpn-bin but no luck and i want to use other VPN protocols. can anyone help me out in this? Thanks

react-native run-android Fails MacOS

$
0
0

Complete Console Output is below

'''info Running jetifier to migrate libraries to AndroidX. You can disable it using "--no-jetifier" flag.Jetifier found 967 file(s) to forward-jetify. Using 8 workers...info JS server already running.info Installing the app...

FAILURE: Build failed with an exception.

  • What went wrong:Could not initialize class org.codehaus.groovy.runtime.InvokerHelper

  • Try:Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

  • Get more help at https://help.gradle.org

BUILD FAILED in 696ms

error Failed to install the app. Make sure you have the Android development environment set up: https://reactnative.dev/docs/getting-started.html#android-development-environment. Run CLI with --verbose flag for more details.Error: Command failed: ./gradlew app:installDebug -PreactNativeDevServerPort=8081

FAILURE: Build failed with an exception.

  • What went wrong:Could not initialize class org.codehaus.groovy.runtime.InvokerHelper

  • Try:Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

  • Get more help at https://help.gradle.org

BUILD FAILED in 696ms

at makeError (/Users/user/Desktop/sa/MyReactApp/node_modules/execa/index.js:174:9)at /Users/user/Desktop/sa/MyReactApp/node_modules/execa/index.js:278:16at processTicksAndRejections (internal/process/task_queues.js:97:5)at async runOnAllDevices (/Users/user/Desktop/sa/MyReactApp/node_modules/@react-native-community/cli-platform-android/build/commands/runAndroid/runOnAllDevices.js:94:5)at async Command.handleAction (/Users/user/Desktop/sa/MyReactApp/node_modules/@react-native-community/cli/build/index.js:186:9)

user@Devs-Mac MyReactApp % '''

React Native "RNCSafeAreaView" was not found in the UIManager

$
0
0

enter image description here

I am running a react-native application on Mac. but I am getting "RNCSafeAreaView" was not found in the UIManager.

Dúvidas sobre como usar o ionicicon em um projeto react native no windows [closed]

$
0
0

Boa noite, alguém poderia me explicar se já conseguiu usar o ionicicon em um projeto react native no windows 10? Passei a tarde inteira pesquisando e testando mas não consegui renderizar nem um icon. O FonteAwsome funciona mas ionicicon não consegui.

dependencia do package.json:

"dependencies": {"react": "16.9.0","react-native": "0.61.5","react-native-ionicons": "^5.0.0-rc","styled-components": "^5.0.1"}

Link install npm:

npm install react-native-ionicons

Utilizo React-native > 0.6, então não preciso linkar mais.Segui o código:

import React, { Component } from 'react';import { View, Text, StyleSheet } from 'react-native';import Icon from 'react-native-ionicons';class MyClass extends Component {  render() {    return (<View style={styles.container}><Text>MyClass</Text><Icon ios="ios-add" android="md-add" /></View>    );  }}const styles = StyleSheet.create({  container: {    flex: 1,    justifyContent: 'center',    alignItems: 'center',    backgroundColor: '#ccc',  },});export default MyClass;

Segui os passos desse tutorial mas não resolveu, nele mostra como usar no windows mas não entendi também o guia, se alguém poder me ajudar agradeço.enter link description here

link do site:

How to add "Set as Wallpaper" option in React Native app

$
0
0

How to enable option "set as wallpaper" ? I'm using expo and I'm not able to find any API to enable that functionality.I only able to download image. I want to trigger set as wallpaper option.I tried to use react-native-wallpaper-manager library but it has not worked for me.

Expected URL scheme 'http' or 'https' but no colon was found

$
0
0

I developed an application that through some requests by AXIOS to certain apis it presents data, the app is very simple, I have checked all links and they all start with HTTP or HTTPS .. The application works perfectly if I generate the apk in DEBUG mode , but if I create an apk release the error comes ...

it is worth mentioning that this is a project ejected from the expo

this is the logcat log when i open the app release:

04-20 23:11:18.022 10873 10896 E AndroidRuntime: FATAL EXCEPTION: AsyncTask #204-20 23:11:18.022 10873 10896 E AndroidRuntime: Process: com.radarcorona, PID: 1087304-20 23:11:18.022 10873 10896 E AndroidRuntime: java.lang.IllegalArgumentException: Expected URL scheme 'http' or 'https' but no colon was found04-20 23:11:18.022 10873 10896 E AndroidRuntime:        at okhttp3.HttpUrl$Builder.parse(HttpUrl.java:1333)04-20 23:11:18.022 10873 10896 E AndroidRuntime:        at okhttp3.HttpUrl.get(HttpUrl.java:916)04-20 23:11:18.022 10873 10896 E AndroidRuntime:        at okhttp3.Request$Builder.url(Request.java:165)04-20 23:11:18.022 10873 10896 E AndroidRuntime:        at expo.modules.updates.loader.FileDownloader.addHeadersToManifestUrl(FileDownloader.java:190)04-20 23:11:18.022 10873 10896 E AndroidRuntime:        at expo.modules.updates.loader.FileDownloader.downloadManifest(FileDownloader.java:79)04-20 23:11:18.022 10873 10896 E AndroidRuntime:        at expo.modules.updates.loader.RemoteLoader.start(RemoteLoader.java:56)04-20 23:11:18.022 10873 10896 E AndroidRuntime:        at expo.modules.updates.UpdatesController.lambda$start$0$UpdatesController(UpdatesController.java:307)04-20 23:11:18.022 10873 10896 E AndroidRuntime:        at expo.modules.updates.-$$Lambda$UpdatesController$cVwvsx9XXcX6YuWbf7IvrVkJAiA.run(Unknown Source:6)04-20 23:11:18.022 10873 10896 E AndroidRuntime:        at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:289)04-20 23:11:18.022 10873 10896 E AndroidRuntime:        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)04-20 23:11:18.022 10873 10896 E AndroidRuntime:        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)04-20 23:11:18.022 10873 10896 E AndroidRuntime:        at java.lang.Thread.run(Thread.java:919)04-20 23:11:18.024 10873 10894 W OpenGLRenderer: Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without...04-20 23:11:18.036  2039  2882 W ActivityTaskManager:   Force finishing activity com.radarcorona/.MainActivity

react-native: 0.61.5

How to set up Android for React-Native without Android Studio but only using the SDK tools?

$
0
0

I've read pretty much read every article from google search, watched all the YouTube tutorials and checked out all the StackOverflow questions relating to this but cannot find my answer.

The official (but outdated) docs is not all that useful at all.
https://facebook.github.io/react-native/releases/0.23/docs/android-setup.html
http://facebook.github.io/react-native/releases/0.40/docs/getting-started.html

I am using Windows 10.

So far I have,


User Variables:

PATH
C:\Users\RickyDam\AppData\Local\Android\android-sdk\tools
C:\Users\RickyDam\AppData\Local\Android\android-sdk\platform-tools


System Variables:

ANDROID_HOME
C:\Users\RickyDam\AppData\Local\Android\android-sdk

ANDROID_SDK_HOME
C:\Users\RickyDam\AppData\Local\Android\android-sdk

JAVA_HOME
C:\Program Files\Java\jdk1.8.0_144

PATH
C:\Users\RickyDam\AppData\Local\Android\android-sdk\tools
C:\Users\RickyDam\AppData\Local\Android\android-sdk\platform-tools


My git bash just keeps showing

bash: android: command not found

And if I try to type in android.bat, it returns

The "android" command is deprecated.
For manual SDK, AVD, and project management, please use Android Studio.
For command-line tools, use tools\bin\sdkmanager.bat
and tools\bin\avdmanager.bat

And then if I try to type in sdkmanager.bat, I get

bash: sdkmanager.bat: command not found

EDIT:
I found out about the official SDK Manager installer made by Google Inc. and now my folder C:\Users\RickyDam\AppData\Local\Android\android-sdk looks like this

screenshot of android-sdk folder

But I still get

android: command not found

even though my environment variables seem to all be in place...


Compatible side by side NDK version was not found React Native

$
0
0

I Have created a blank react native app and added webrtc package and now when I install my react native on my phones ,after installation it gets closed automatically and I don't know why app gets closed .The only thing i have noticed in my terminal is that it is saying Compatible side by side NDK version was not found .my Package.json is

{"name": "calling_App","version": "0.0.1","private": true,"scripts": {"android": "react-native run-android","ios": "react-native run-ios","start": "react-native start","test": "jest","lint": "eslint ."  },"dependencies": {"react": "16.11.0","react-native": "0.62.2","react-native-webrtc": "^1.75.3"  },"devDependencies": {"@babel/core": "^7.9.0","@babel/runtime": "^7.9.2","@react-native-community/eslint-config": "^1.0.0","babel-jest": "^25.3.0","eslint": "^6.8.0","jest": "^25.3.0","metro-react-native-babel-preset": "^0.59.0","react-test-renderer": "16.11.0"  },"jest": {"preset": "react-native"  }}

AppCenter cannot seem to find Android resources

$
0
0

I am building a React-Native mobile app through AppCenter and the Android version is failing in one of the last build steps:

> Task :app:processReleaseResources FAILEDFAILURE: Build failed with an exception.* What went wrong:Execution failed for task ':app:processReleaseResources'.> Android resource linking failed/Users/runner/runners/2.166.3/work/1/s/android/app/build/intermediates/merged_manifests/release/AndroidManifest.xml:14: AAPT: error: resource mipmap/ic_launcher (aka org.***.mobile:mipmap/ic_launcher) not found.  /Users/runner/runners/2.166.3/work/1/s/android/app/build/intermediates/merged_manifests/release/AndroidManifest.xml:14: AAPT: error: resource string/app_name (aka org.***.mobile:string/app_name) not found.  /Users/runner/runners/2.166.3/work/1/s/android/app/build/intermediates/merged_manifests/release/AndroidManifest.xml:14: AAPT: error: resource mipmap/ic_launcher_round (aka org.***.mobile:mipmap/ic_launcher_round) not found.  /Users/runner/runners/2.166.3/work/1/s/android/app/build/intermediates/merged_manifests/release/AndroidManifest.xml:14: AAPT: error: resource style/AppTheme (aka org.***.mobile:style/AppTheme) not found.  /Users/runner/runners/2.166.3/work/1/s/android/app/build/intermediates/merged_manifests/release/AndroidManifest.xml:22: AAPT: error: resource string/app_name (aka org.***.mobile:string/app_name) not found.  error: failed processing manifest.

It is almost like it cannot find the files found in the Android res directory such as strings.xml

Am I missing some setting in the app/build.gradle file that is causing the build process to fail in this fashion?

React native expo - Reponse timed out

$
0
0

I'm trying to run an app inside my Android emulator and on my Iphone using Expo and Create React Native App.

I' ve ran the following commands to do this.

create-react-native-app MyFirstAppnpm run android

After doing the run command the app runs in the emulator with the following error:

Something went wrong! Could not load *ip*. Network response timed out.Uncaught error: java.net.SocketTimeoutException: connect timed out.

The same thing happens when I scan the QR code on my Iphone and I can't reach the ip in my web browser.

I've found the following fixes on internet but nothing seems to work:

  • Add port 19000 to the inbound rules in Windows Firewall
  • Update Java and npm
  • npm start instead of npm run android

Edit:

I installed Expo XDE to start the server. It works fine when I use a tunnel but that option is extremely slow when reloading changes. It still doesn't work with localhost or LAN. Is it possible that I have to use something like port forwarding to open this port on my router?

Also: When I typ: localhost:19000 in Google Chrome I get some Json returned. But this doesn't work when I'm in Expo!

while updating the react native app in play store showing Upload error

$
0
0

I am trying to update the react native app in the app store I am getting the error with it.

Upload failedYou uploaded an APK that is not signed with the upload certificate. You must use the same certificate. The upload certificate has fingerprint:[ SHA1: EC:FB:46:37:C6:31:90:55:65:F6:46:E4:61:8E:EA:5A:88:0D:72:02 ]and the certificate used to sign the APK you uploaded have fingerprint:[ SHA1: 5A:4B:97:7A:BA:FD:B5:E5:C0:A5:4A:16:BF:78:E3:9E:EB:2F:8D:CC ]

Error Screnshot

Expo on Android simulator could not run, Something went wrong

$
0
0

I want to run react native app on Android simulator. When I run expo start, Metro Builder opens on the chrome (http://localhost:19002/), Then I click on the Run on Android device/emulator. App installs on the simulator but Expo app gets this error:EXPO PORTI think this is for ports. How can I solve this error? I upgrade react native and do many issues from StackOverflow. but problem not solve.

Metro Builder

JSON Parse error: Unexpected identifier "success" using ReactNative

$
0
0

I am new to react native trying to save data to mogo db database I am getting the warning but my data is inserted in database.

My Code is as follows:

fetch("http://8ae1999e.ngrok.io/send-data", {            method: "post",            headers: {'Content-Type': 'application/json',            },            body: JSON.stringify({                name,                email,                phone,                picture,                salary,                position            })        }).then(res => res.json())            .then(data => {                console.log(data)                Alert.alert(`${data.name} is saved.`)                navigation.navigate("Home");            })

But it gives me warning

' JSON Parse error: Unexpected identifier "success" using ReactNative'

while posing data and can't navigate to Home Screen as well.

adb.exe: error: closed when i run the react native app

$
0
0

I'm a new in react native so first thing I made is to install react native by running npm install -g react-native-cliand after running react-native infoI get this

C:\Users\husam\WebstormProjects\calculator>react-native infoinfo Fetching system and libraries information...System:    OS: Windows 10 10.0.18363    CPU: (4) x64 Intel(R) Core(TM) i3-7020U CPU @ 2.30GHz    Memory: 815.06 MB / 3.92 GB  Binaries:    Node: 12.16.1 - C:\Program Files\nodejs\node.EXE    Yarn: 1.22.1 - C:\Program Files (x86)\Yarn\bin\yarn.CMD    npm: 6.14.4 - C:\Program Files\nodejs\npm.CMD    Watchman: Not Found  SDKs:    Android SDK:      API Levels: 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 7, 8, 9      Build Tools: 19.1.0, 28.0.3, 29.0.3      System Images: android-19 | Intel x86 Atom, android-29 | Google Play Intel x86 Atom      Android NDK: Not Found  IDEs:    Android Studio: Version  3.6.0.0 AI-192.7142.36.36.6308749  Languages:    Java: 1.8.0_231    Python: 3.7.6  npmPackages:    @react-native-community/cli: Not Found    react: 16.11.0 => 16.11.0    react-native: 0.62.2 => 0.62.2  npmGlobalPackages:    *react-native*: Not Found

after that I create a new project with webstorm from here[https://www.jetbrains.com/help/webstorm/react-native.html]after that I launch the emulator with 19 API leveland then I run the App.js file and I get this

"C:\Program Files\nodejs\node.exe" C:\Users\husam\AppData\Roaming\npm\node_modules\react-native-cli run-androidinfo Running jetifier to migrate libraries to AndroidX. You can disable it using "--no-jetifier" flag.Jetifier found 960 file(s) to forward-jetify. Using 4 workers...info JS server already running.info Installing the app...> Task :app:generatePackageList> Task :app:preBuild> Task :app:preDebugBuild> Task :app:compileDebugAidl NO-SOURCE> Task :app:checkDebugManifest UP-TO-DATE> Task :app:compileDebugRenderscript NO-SOURCE> Task :app:generateDebugBuildConfig UP-TO-DATE> Task :app:javaPreCompileDebug UP-TO-DATE> Task :app:mainApkListPersistenceDebug UP-TO-DATE> Task :app:bundleDebugJsAndAssets SKIPPED> Task :app:generateDebugResValues UP-TO-DATE> Task :app:generateDebugResources UP-TO-DATE> Task :app:mergeDebugResources UP-TO-DATE> Task :app:createDebugCompatibleScreenManifests UP-TO-DATE> Task :app:processDebugManifest UP-TO-DATE> Task :app:processDebugResources UP-TO-DATE> Task :app:compileDebugJavaWithJavac UP-TO-DATE> Task :app:mergeDebugShaders UP-TO-DATE> Task :app:compileDebugShaders UP-TO-DATE> Task :app:generateDebugAssets UP-TO-DATE> Task :app:mergeDebugAssets UP-TO-DATE> Task :app:copyDebugBundledJs SKIPPED> Task :app:processDebugJavaRes NO-SOURCE> Task :app:mergeDebugJavaResource UP-TO-DATE> Task :app:checkDebugDuplicateClasses UP-TO-DATE> Task :app:desugarDebugFileDependencies UP-TO-DATE> Task :app:transformClassesWithDexBuilderForDebug UP-TO-DATE> Task :app:validateSigningDebug UP-TO-DATE> Task :app:signingConfigWriterDebug UP-TO-DATE> Task :app:mergeExtDexDebug UP-TO-DATE> Task :app:mergeDexDebug UP-TO-DATE> Task :app:mergeDebugJniLibFolders UP-TO-DATE> Task :app:mergeDebugNativeLibs UP-TO-DATE> Task :app:stripDebugDebugSymbols UP-TO-DATE> Task :app:packageDebug UP-TO-DATE> Task :app:installDebug10:21:40 V/ddms: execute: running am get-config10:21:45 V/ddms: execute 'am get-config' on 'emulator-5554' : EOF hit. Read: -110:21:45 V/ddms: execute: returningInstalling APK 'app-debug.apk' on 'MY_phone(AVD) - 4.4.2' for app:debug10:21:45 D/app-debug.apk: Uploading app-debug.apk onto device 'emulator-5554'10:21:45 D/Device: Uploading file onto device 'emulator-5554'10:21:45 D/ddms: Reading file permision of C:\Users\husam\WebstormProjects\calculator\android\app\build\outputs\apk\debug\app-debug.apk as: rwx------10:21:49 V/ddms: execute: running pm install -r -t "/data/local/tmp/app-debug.apk"10:22:25 V/ddms: execute 'pm install -r -t "/data/local/tmp/app-debug.apk"' on 'emulator-5554' : EOF hit. Read: -110:22:25 V/ddms: execute: returning10:22:25 V/ddms: execute: running rm "/data/local/tmp/app-debug.apk"10:22:26 V/ddms: execute 'rm "/data/local/tmp/app-debug.apk"' on 'emulator-5554' : EOF hit. Read: -110:22:26 V/ddms: execute: returningInstalled on 1 device.Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.Use '--warning-mode all' to show the individual deprecation warnings.See https://docs.gradle.org/6.0.1/userguide/command_line_interface.html#sec:command_line_warningsBUILD SUCCESSFUL in 4m 49s27 actionable tasks: 2 executed, 25 up-to-dateinfo Connecting to the development server...adb.exe: error: closedinfo Starting the app on "emulator-5554"...warn Failed to connect to development server using "adb reverse": Command failed: C:\Users\husam\AppData\Local\Android\Sdk/platform-tools/adb -s emulator-5554 reverse tcp:8081 tcp:8081WARNING: linker: libdvm.so has text relocations. This is wasting memory and is a security risk. Please fix.Starting: Intent { cmp=com.calculator/.MainActivity }

the error as showing in the log Is about the adb but I can use the adb command to install and get logcat in both the emulator and the real devices without any error

after searching on the internet I tried to run this two commandsadb reconnectadb reverse tcp:8081 tcp:8081 but I get the same error as following

C:\Users\husam\WebstormProjects\calculator>adb reconnectreconnecting 4203605bb24a3200 [device]C:\Users\husam\WebstormProjects\calculator>adb reverse tcp:8081 tcp:8081adb.exe: error: closed

the code that I run is the default one that is created by react nativealso the app is installed successfully on my emulator but when I run it I get an error tells me the app will stophow I can solve this issue ?


React Nativigation navigating back on Android Keyboard Bug

$
0
0

I currently have a react native app with one main screen that navigates to a second screen that has 3 text inputs. The problem I am having only occurs on Android. On the second screen, whenever a text input is in focus and I try to navigate back via react navigations’ back button, the keyboard hides, then reappears, then hides, and then transitions back to the first screen. It seems when I initially press the back button the inputs focus is blurred, then when I let go it refocuses on the input and then blurs it again and then navigates back. Not sure why this is happening on Android. It works as expected on iOS. Any solutions?

Thanks!

How to validate condition in render return using react native?

$
0
0

In my scenario, I am trying to create a validation logic within render return. I have asycstorage value I am getting value and validate by using below code

render() {    const value = AsyncStorage.getItem(‘username’);  return ({value !== null &&        (<View……………..</View> )})}

Above code not validating also based on validation result it is not rendering. If value not equal to null mean, I need to render view. How to achieve this?

I am having trouble with componentDidMount syntax. I am asked to add a semicolon. It will not compile with a semicolon

$
0
0

So I have the following lifecycle component. It will not compile as apparently I need a semicolon right after the '()'. This makes no sense at all to me. I have never seen it that way before

  componentDidMount() {    navigator.geolocation.getCurrentPosition(      position => {        this.fetchWeather(position.coords.latitude, position.coords.longitude);      },    );  }}```eslint is giving me an error where ```componentDidMount``` is being called as I need a semicolon. Huh? Can anyone see why this would be? I have not seen it called with a semicolon like this componentDidMount();  When I put in the semicolon then I get an error saying **ReferenceError: Can't find variable componentDidMount**. This is very confusing to me. I left out the state definition to make this more readable and shorter code to look at too.This is a react-native mobile weather application that I am building for a personal project.

How do you debug React Native?

$
0
0

How does one debug their React code with React Native while the app is running in app simulator?

react-native run-android is unrecognized

$
0
0

I've installed react-native-cli globally:

npm install -g react-native-cli

Then run:

react-native init AwesomeProjectcd AwesomeProject

I got the following structure:

-- AwesomeProject   ---- node_modules      ------ react-native    

When I run react-native run-android I get an error:
Command run-android unrecognized. Did you mean to run this inside a react-native project?

When I run react-native start I get the same.

react-native -v
prints:
react-native-cli: 0.2.0
react-native: n/a - not inside a React Native project directory

What I'm doing wrong?

Viewing all 29552 articles
Browse latest View live