To use push notifications in a React Native application, first we need to register the app to get a push notification token . This token is a long string that uniquely identifies each device. Then, we’ll store the token in a database on the server, send a notification, and handle the received notifications we’ve sent.