Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
Minds Mobile
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
4
Snippets
Groups
Projects
Show more breadcrumbs
Minds
Minds Mobile
Commits
aec769a5
Commit
aec769a5
authored
5 years ago
by
Martin Santangelo
Browse files
Options
Downloads
Patches
Plain Diff
(fix) gesture handler error on production mode
parent
6f39beb4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
Loading
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
index.android.js
+1
-2
1 addition, 2 deletions
index.android.js
index.js
+3
-1
3 additions, 1 deletion
index.js
with
4 additions
and
3 deletions
index.android.js
+
1
−
2
View file @
aec769a5
// created this file because the bundler is not reading index for some reason
// created this file because the bundler is not reading index for some reason
import
"
@hawkingnetwork/node-libs-react-native/globals
"
;
import
'
react-native-gesture-handler
'
;
// fix ongesture handler error
import
"
./global
"
;
import
{
AppRegistry
}
from
'
react-native
'
;
import
{
AppRegistry
}
from
'
react-native
'
;
import
App
from
'
./App
'
;
import
App
from
'
./App
'
;
...
...
This diff is collapsed.
Click to expand it.
index.js
+
3
−
1
View file @
aec769a5
import
'
@hawkingnetwork/node-libs-react-native/globals
'
;
// created this file because the bundler is not reading index for some reason
import
'
react-native-gesture-handler
'
;
// fix ongesture handler error
import
{
AppRegistry
}
from
'
react-native
'
;
import
{
AppRegistry
}
from
'
react-native
'
;
import
App
from
'
./App
'
;
import
App
from
'
./App
'
;
import
{
useScreens
}
from
'
react-native-screens
'
;
import
{
useScreens
}
from
'
react-native-screens
'
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment