Skip to content
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

Problem after build android #8

Closed
wellart opened this issue Feb 5, 2019 · 3 comments
Closed

Problem after build android #8

wellart opened this issue Feb 5, 2019 · 3 comments

Comments

@wellart
Copy link

wellart commented Feb 5, 2019

When i run build android, the screen show login and pass not asking for pin

@ccfiel
Copy link
Contributor

ccfiel commented Feb 5, 2019

Can you share the step how to reproduce your problem and screen shot

@wellart
Copy link
Author

wellart commented Feb 5, 2019

image

the file i edit

remove @Override in line 23 (the second @Override)
 Projects/tailpos/node_modules/react-native-bluetooth-serial/android/src/main/java/com/rusel/RCTBluetoothSerial/RCTBluetoothSerialPackage.java

and

Projects/tailpos/node_modules/react-native-camera/android/build.gradle
`Updating react-native-camera modules

remove buildscript section
  buildscript {
  repositories {
    jcenter()
    maven {
      url 'https://maven.google.com'
    }
  }

  dependencies {
    classpath 'com.android.tools.build:gradle:3.0.0'
  }
}
compileOnly to provided
implemenation to compile`

@wellart
Copy link
Author

wellart commented Feb 5, 2019

i fix by clean gradlew and rerun

@wellart wellart closed this as completed Feb 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants