2

I am trying to set credit card auto fill up and running.

The idea is: open the following link on a device (I have an iPhone 6).

https://codesandbox.io/s/1v6lrjo324

If theres data on the device, on clicking on the first field it should show a message above the keyboard saying something like: "fill credit card automatically". This is a success.

Now create the simplest create-react-app and paste the code above on your index.js or App.js and open it on your device. This is a fail.

Any help is appreciated. Thanks!

Inigo Llamosas
  • 457
  • 1
  • 4
  • 12

1 Answers1

-1

Create react app is not the right instrument.

I suggest you tu build your test using

create-react-native-app

Black.Jack
  • 1,878
  • 2
  • 22
  • 39