I want scan and extract data from IDs and Passports, Which free plugins I use? Or how do I do it, To read the data and add this data to form.
You can check this question on how to read text from images.
Having said text, since each field always has a fixed text before identifying what it is, if you know the id formats you want to support, you can implement that fairly easily (The text between "Name:" and "Surname:" is the person's name, and so on).
To get the images, you should use something like react-native-camera, or, if you are using Expo, its Camera API.