Issue with importing
See original GitHub issueOnce I add the line
import Emoji from 'react-native-emoji';
at the top of my file and reload the app on iOS, I start seeing an error:
Cannot read property ‘string’ of undefined
If I remove that import statement, the app builds and runs fine.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:2
- Comments:11 (4 by maintainers)
Top Results From Across the Web
6 Common CSV Import Errors and How to Fix Them - Flatfile
Here are the top CSV import issues that can cause major headaches when importing your files. · 1. File size · 2. Matching:...
Read more >Handle import errors - Analytics Help - Google Support
This article can help you troubleshoot the problem. There are several basic reasons ... Not joining the imported data properly (Data Set schema...
Read more >Import issues | Atlassian Support
You can import issues into your Jira Cloud site. We recommend using this process to import data from third-party tools. This import process...
Read more >Importing issues from CSV - GitLab Documentation
You can import issues to a project by uploading a CSV file with the following columns: ... Consider importing a test file containing...
Read more >8 Bulk Import Issues and Their Solutions - Apimio
In this blog, we will be discussing 8 common bulk product import issues and their solutions. Well then, let's sort it out together....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
i met it. For quick resolve it, i installed it directly via github.
npm install react-native-emoji@https://github.com/jorilallo/react-native-emoji -S
Actually, this issue and issue #19 are related. The
index.js
file in this repo is not the same as the one in the npm package. If you replace the contents of the one installed via npm with the contents ofindex.js
in this repo, it works fine. Please update the npm package.