-
Notifications
You must be signed in to change notification settings - Fork 24.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Share.share iOS sms got an extra information not wanted #23746
Comments
Which version of react-native are you using? The Env info doesn't show. Also, I can see that you are relying on https://github.com/react-community/create-react-native-app, which has been archived. You should use Expo-CLI instead. LMK if the issue still appears with the latest version of React Native. |
I'm using react-native 0.58. |
And i don't find a way to delete this object into my content. |
👋 there. So, I just tried to use your code and it didn't actually work. To get it to a working state I had to change it to:
That said, once I got the code to work I couldn't repro your issue with version RN 0.59. I'm going to close this, please provide a new (which means, a |
🐛 Bug Report
When i share my content ( which is a simple text ) by choosing sms on iOS, i find an object not wanted "xxxxx.app" in my content.
To Reproduce
title: 'text',
url: null }
Expected Behavior
I thought that content will just contain my text.
Code Example
`import React, { Component } from 'react';
import {Share, View, Button} from 'react-native';
export default class Example extends Component {
}`
Environment
React Native Environment Info:
react-native : 0.58
System:
OS: Linux 4.15 Linux Mint 18.3 (Sylvia)
CPU: x64 Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz
Memory: 6.69 GB / 15.55 GB
Shell: 4.3.48 - /bin/bash
Binaries:
Node: 10.8.0 - /usr/local/bin/node
npm: 6.2.0 - /usr/local/bin/npm
SDKs:
Android SDK:
Build Tools: 23.0.3, 25.0.0, 26.0.2, 26.0.3, 27.0.3, 28.0.0, 28.0.2, 28.0.3
API Levels: 21, 23, 24, 25, 26, 27
npmGlobalPackages:
create-react-native-app: 1.0.0
react-native-cli: 2.0.1
The text was updated successfully, but these errors were encountered: